equal
deleted
inserted
replaced
1 --- bootsplash.patch.orig 2011-03-28 13:59:49.856107437 +0200 |
1 --- bootsplash.patch.orig 2009-03-26 10:19:04.000000000 +0100 |
2 +++ bootsplash.patch 2011-03-28 14:36:31.192175994 +0200 |
2 +++ bootsplash.patch 2011-03-28 15:11:16.248115154 +0200 |
3 @@ -2493,7 +2493,7 @@ |
3 @@ -2493,7 +2493,7 @@ |
4 + return; |
4 + return; |
5 + } |
5 + } |
6 +#endif |
6 +#endif |
7 - region.color = attr_bgcol_ec(bgshift, vc); |
7 - region.color = attr_bgcol_ec(bgshift, vc); |
16 - region.color = attr_bgcol_ec(bgshift, vc); |
16 - region.color = attr_bgcol_ec(bgshift, vc); |
17 + region.color = attr_bgcol_ec(bgshift, vc, info); |
17 + region.color = attr_bgcol_ec(bgshift, vc, info); |
18 region.rop = ROP_COPY; |
18 region.rop = ROP_COPY; |
19 |
19 |
20 @@ -379,6 +410,14 @@ |
20 @@ -379,6 +410,14 @@ |
21 @@ -2729,7 +2729,7 @@ |
|
22 @@ -13,6 +13,7 @@ |
|
23 obj-$(CONFIG_VT) += console/ |
|
24 obj-$(CONFIG_LOGO) += logo/ |
|
25 - obj-y += backlight/ |
|
26 + obj-y += backlight/ display/ |
|
27 +obj-$(CONFIG_BOOTSPLASH) += bootsplash/ |
|
28 |
|
29 obj-$(CONFIG_FB_CFB_FILLRECT) += cfbfillrect.o |
|