diff options
Diffstat (limited to 'include/configs/stih410-b2260.h')
-rw-r--r-- | include/configs/stih410-b2260.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h index ae76cb3fc4..38ca83c589 100644 --- a/include/configs/stih410-b2260.h +++ b/include/configs/stih410-b2260.h @@ -22,8 +22,6 @@ #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR -#define CONFIG_ENV_VARS_UBOOT_CONFIG - #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(USB, usb, 0) \ @@ -45,7 +43,6 @@ /* Extra Commands */ #define CONFIG_CMD_ASKENV -#define CONFIG_SYS_LONGHELP #define CONFIG_SETUP_MEMORY_TAGS @@ -73,9 +70,5 @@ #define CONFIG_USB_ETHER_SMSC95XX /* NET Configs */ -#define CONFIG_BOOTP_SUBNETMASK -#define CONFIG_BOOTP_GATEWAY -#define CONFIG_BOOTP_HOSTNAME -#define CONFIG_BOOTP_BOOTPATH #endif /* __CONFIG_H */ |