1
0
Fork 0

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>
utp
Marek Vasut 2015-11-10 20:54:12 +01:00 committed by Stefano Babic
parent 90ab4be1b2
commit 233509a5b8
1 changed files with 1 additions and 1 deletions

View File

@ -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" \