summaryrefslogtreecommitdiff
path: root/include/configs/udoo_neo.h
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-02-14 13:10:11 (GMT)
committerStefano Babic <sbabic@denx.de>2017-02-19 15:19:41 (GMT)
commit276ad0650c2f7a48759871bbe87ab99ff7f73491 (patch)
tree7bc5bfca98b47ce2b4a1825d664b370bc7224261 /include/configs/udoo_neo.h
parentf902802f65974922834d8dc2bfa56380ab384c27 (diff)
downloadu-boot-276ad0650c2f7a48759871bbe87ab99ff7f73491.tar.xz
mx6sx: udoo_neo: use different load address for ramdisk
The fdt_addr and ramdisk_addr_r are currently both defined to 0x83000000 and that's not going to work well for anyone. Move the ramdisk_addr_r to 0x84000000. Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'include/configs/udoo_neo.h')
-rw-r--r--include/configs/udoo_neo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h
index 5b46272e..1d737cc 100644
--- a/include/configs/udoo_neo.h
+++ b/include/configs/udoo_neo.h
@@ -52,7 +52,7 @@
"echo WARNING: Could not determine dtb to use; fi\0" \
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
"pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
- "ramdisk_addr_r=0x83000000\0" \
+ "ramdisk_addr_r=0x84000000\0" \
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
BOOTENV