summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantosh Shilimkar <santosh.shilimkar@ti.com>2009-10-03 19:49:11 +0530
committerSantosh Shilimkar <santosh.shilimkar@ti.com>2009-10-03 19:49:11 +0530
commit7b4bbfa223e7d27f6425eb3e19abbc1d3c7f61d1 (patch)
treee77cd29552987e83bdf0729dd288c4e14134e231
parentb5cdcc8375ecb0e4e6d74fb9d2af57d6d92c08cc (diff)
L24.0.12: Fix release note to update u-boot load addressti-2.6.31-rc9-omap4-24.0.12
At the current load address which falls in kernel address space there is chance of u-boot getting overwritten thereby corrupting the SMP boot code. Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
-rwxr-xr-xTI_OMAP4_Kernel_Release_Notes_L24.x.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/TI_OMAP4_Kernel_Release_Notes_L24.x.txt b/TI_OMAP4_Kernel_Release_Notes_L24.x.txt
index 75edbe04d5b7..3ae3c7da5fef 100755
--- a/TI_OMAP4_Kernel_Release_Notes_L24.x.txt
+++ b/TI_OMAP4_Kernel_Release_Notes_L24.x.txt
@@ -154,7 +154,7 @@ d 0x4E000100=0x80301000
#load up the u-boot,kernel and file system
[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]l 0x80300000 -bin <uImage PATH>
[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]l 0x81600000 -bin <ramfs PATH>
-[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]l 0x80e80000 -bin <u-boot.bin PATH>
+[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]l 0x88e80000 -bin <u-boot.bin PATH>
# PRCM setup
@@ -312,8 +312,8 @@ d 0x4a20c08c=0xffffffff
d 0x4a21208c=0xffffffff
d 0x4a22808c=0xffffffff
-[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]r r15=0x80e80000
-[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_2]r r15=0x80e80000
+[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_1]r r15=0x88e80000
+[VPOM4430::SDP::OMAP4430::CPU_SS::Cortex_2]r r15=0x88e80000
g
------------------------- [End of Native Apps.script]---------------------------