aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Langsdorf <mark.langsdorf@calxeda.com>2013-08-14 18:03:41 -0500
committerRob Herring <rob.herring@calxeda.com>2013-12-04 19:05:02 -0600
commit4dddd0045d0fb7f3721f56e139120badfa8c03b5 (patch)
tree01a2a248392d97bb78d9bef44dc231788655c982
parent0cb4361b2562f0e978192c9b48d9bf75489f5102 (diff)
highbank: set kernel load address in autoboot to 0x02000000highbank
Matches lkml recommendations. Signed-off-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
-rw-r--r--board/highbank/scripts/autoboot.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/highbank/scripts/autoboot.txt b/board/highbank/scripts/autoboot.txt
index c71c44683f..620f55543d 100644
--- a/board/highbank/scripts/autoboot.txt
+++ b/board/highbank/scripts/autoboot.txt
@@ -28,7 +28,7 @@ netretry=once
fdt_addr=0x1000
fdt_high=0xffffffff
pxefile_addr_r=0x700000
-kernel_addr_r=0x800000
+kernel_addr_r=0x02000000
ramdisk_addr_r=0x04000000
script_addr=0x100000
initrd_high=0xffffffff