diff options
author | Henry von Tresckow <hvontres@gmail.com> | 2008-09-04 10:32:46 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-09-04 10:32:46 +0000 |
commit | 7eb73dfd5a79abfb7efe71b897c3dbcda6e505f1 (patch) | |
tree | e2c818bf08bc5dc00623578beeed9a02f9cc8bf6 /packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch | |
parent | ae63a4dad7b06af132c6ba5bdb5fb98b2231525a (diff) |
linux-kexecboot-2.6.24: add new version (mainly for poodle)
Diffstat (limited to 'packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch')
-rw-r--r-- | packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch b/packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch new file mode 100644 index 0000000000..4c22fb7960 --- /dev/null +++ b/packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch @@ -0,0 +1,10 @@ +--- ../ref/linux-2.6.21.6/arch/arm/mach-pxa/poodle.c 2007-07-06 23:47:55.000000000 -0500 ++++ linux-2.6.21.6-armeb/arch/arm/mach-pxa/poodle.c 2007-08-06 23:02:50.000000000 -0500 +@@ -409,6 +409,7 @@ + + MACHINE_START(POODLE, "SHARP Poodle") + .phys_io = 0x40000000, ++ .boot_params = 0xa0000200, /* fake boot params loc for kexec */ + .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, + .fixup = fixup_poodle, + .map_io = pxa_map_io, |