wandboard: fix variable name so PXE boot works
authorPeter Robinson <pbrobinson@gmail.com>
Wed, 20 Jan 2016 10:00:16 +0000 (10:00 +0000)
committerStefano Babic <sbabic@denx.de>
Tue, 2 Feb 2016 19:59:40 +0000 (20:59 +0100)
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>
include/configs/wandboard.h

index 4c8e9e9819fa58975c932d7ae6c9209cd6f0a84a..8fb0abc915a0d1bcc4189f3fd7e742ff3eeda74f 100644 (file)
                "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" \