summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-11-10 20:54:12 +0100
committerStefano Babic <sbabic@denx.de>2015-11-12 17:34:15 +0100
commit233509a5b8710e53dd11757d6f4e1c8c264cad56 (patch)
tree7ea7a0031c32aebc2bb5ad0bb310e5cd72824080 /include
parent90ab4be1b204da04e9756fe582bd98cc8274c134 (diff)
downloadblackbird-obmc-uboot-233509a5b8710e53dd11757d6f4e1c8c264cad56.tar.gz
blackbird-obmc-uboot-233509a5b8710e53dd11757d6f4e1c8c264cad56.zip
arm: novena: Fix kernel_addr_r env variable
The kernel_addr_r should be set to the same value as CONFIG_LOADADDR, get rid of the duplication. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Sean Cross <xobs@kosagi.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/novena.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h
index cd426be18c..d88389a472 100644
--- a/include/configs/novena.h
+++ b/include/configs/novena.h
@@ -197,7 +197,7 @@
"bootdev=/dev/mmcblk0p1\0" \
"rootdev=/dev/mmcblk0p2\0" \
"netdev=eth0\0" \
- "kernel_addr_r=0x18000000\0" \
+ "kernel_addr_r="__stringify(CONFIG_LOADADDR)"\0" \
"addcons=" \
"setenv bootargs ${bootargs} " \
"console=${consdev},${baudrate}\0" \
OpenPOWER on IntegriCloud