summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2016-01-20 10:00:16 +0000
committerStefano Babic <sbabic@denx.de>2016-02-02 20:59:40 +0100
commitd3b78e1891367f219e78a18622e4d02c6ed8a04d (patch)
treea001753ccb38c2bc535b21d812f23c77a32adf70 /include
parent89d485940106c095ec69ecb12a78a42e096dece7 (diff)
downloadblackbird-obmc-uboot-d3b78e1891367f219e78a18622e4d02c6ed8a04d.tar.gz
blackbird-obmc-uboot-d3b78e1891367f219e78a18622e4d02c6ed8a04d.zip
wandboard: fix variable name so PXE boot works
All boards that support PXE booting use the pxefile_addr_r variable. Standardise wandboard with this variable as pxe_addr_r isn't used anywhere else so it's a typo. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Acked-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/wandboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h
index 4c8e9e9819..8fb0abc915 100644
--- a/include/configs/wandboard.h
+++ b/include/configs/wandboard.h
@@ -150,7 +150,7 @@
"if test $fdtfile = undefined; then " \
"echo WARNING: Could not determine dtb to use; fi; \0" \
"kernel_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
- "pxe_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
+ "pxefile_addr_r=" __stringify(CONFIG_LOADADDR) "\0" \
"ramdisk_addr_r=0x13000000\0" \
"ramdiskaddr=0x13000000\0" \
"scriptaddr=" __stringify(CONFIG_LOADADDR) "\0" \
OpenPOWER on IntegriCloud