diff options
author | Henry von Tresckow <hvontres@gmail.com> | 2010-03-06 16:39:03 -0800 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-21 01:53:47 +0200 |
commit | fedcbafe3b269089e33687267aa69e385e76adc7 (patch) | |
tree | 262ab2c76d5c13f872199f87860e261cabf44093 /recipes/linux/linux-rp-2.6.26/pxafb.patch | |
parent | 75bc8e0ea1118b478332e110eb39bd6cf405ee26 (diff) |
linux-rp: make 2.6.26 compile for poodle
* first try: kernel compiles
* still hangs at: "Uncompressing Linux..... done, booting the kernel."
Signed-off-by: Henry von Tresckow <hvontres@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes/linux/linux-rp-2.6.26/pxafb.patch')
-rw-r--r-- | recipes/linux/linux-rp-2.6.26/pxafb.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux-rp-2.6.26/pxafb.patch b/recipes/linux/linux-rp-2.6.26/pxafb.patch new file mode 100644 index 0000000000..e98543b2e4 --- /dev/null +++ b/recipes/linux/linux-rp-2.6.26/pxafb.patch @@ -0,0 +1,13 @@ +Index: linux-2.6.23/drivers/video/pxafb.c +=================================================================== +--- linux-2.6.23.orig/drivers/video/pxafb.c 2008-01-25 16:25:21.000000000 -0800 ++++ linux-2.6.23/drivers/video/pxafb.c 2008-01-25 16:32:14.000000000 -0800 +@@ -1194,7 +1194,7 @@ + if ((clkinfo->old == 13000)) + break; + +- pcd = get_pcd(fbi->fb.var.pixclock); ++ pcd = get_pcd(fbi,fbi->fb.var.pixclock); + lccr3 = fbi->reg_lccr3; + set_hsync_time(fbi, pcd); + fbi->reg_lccr3 = (fbi->reg_lccr3 & ~0xff) | LCCR3_PixClkDiv(pcd); |