mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
board: ge: bx50v3: correct CONFIG_CMD_NFS
Fix typo in NFS command configuration check. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
c4c2d2465e
commit
f2ac6f7796
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
#define CONFIG_LOADADDR 0x12000000
|
||||
|
||||
#ifdef CONFIG_NFS_CMD
|
||||
#ifdef CONFIG_CMD_NFS
|
||||
#define NETWORKBOOT \
|
||||
"setnetworkboot=" \
|
||||
"setenv ipaddr 172.16.2.10; setenv serverip 172.16.2.20; " \
|
||||
|
@ -130,7 +130,7 @@
|
|||
#define CONFIG_USBBOOTCOMMAND \
|
||||
"echo Unsupported; " \
|
||||
|
||||
#ifdef CONFIG_NFS_CMD
|
||||
#ifdef CONFIG_CMD_NFS
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_NETWORKBOOTCOMMAND
|
||||
#elif CONFIG_CMD_USB
|
||||
#define CONFIG_BOOTCOMMAND CONFIG_USBBOOTCOMMAND
|
||||
|
|
Loading…
Reference in a new issue