diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-09-04 15:24:17 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-09-04 15:24:17 +0000 |
commit | cdc87f323c22dabad24b0d620e5a69295f224df1 (patch) | |
tree | 923ac824a0e6a6a5f402a7c78a6f96c8b4dfa286 /packages/kexecboot/linux-kexecboot-2.6.24/poodle-bootparams.patch | |
parent | f291151e4cb37e5e8e315c3ef37e2df0a6332bb0 (diff) | |
parent | b2ae334c55f262b65c22d7017be526f1bb149842 (diff) |
merge of '62144a4b95562050226f9f8a4ad6571ca02007e0'
and 'd2f5e4c14802c400e682b3a02a40e970d717a89b'
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, |