summaryrefslogtreecommitdiff
path: root/include/configs/s32v234evb.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-11-29 14:14:57 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 18:21:24 (GMT)
commit3337e3af5d3dd52e1fa043fc117594fbf3e029f4 (patch)
tree6bf479557590bc973f7c4e1f9a1100c91e8d1aec /include/configs/s32v234evb.h
parent4880b026ec9e432761add36d80cfcc8b430b5405 (diff)
downloadu-boot-3337e3af5d3dd52e1fa043fc117594fbf3e029f4.tar.xz
Enable DISTRO_DEFAULT on platforms that missed it before
A number of platforms had been using the distro default feature before it was moved to Kconfig but did not enable the new Kconfig option when it was enabled. This caused a regression in terms of features and this introduces breakage when more things move to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/s32v234evb.h')
-rw-r--r--include/configs/s32v234evb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h
index 533fde4..631656c 100644
--- a/include/configs/s32v234evb.h
+++ b/include/configs/s32v234evb.h
@@ -88,14 +88,12 @@
#define CONFIG_CMD_MMC
#define CONFIG_GENERIC_MMC
/* #define CONFIG_CMD_EXT2 EXT2 Support */
-#define CONFIG_CMD_FAT /* FAT support */
#define CONFIG_DOS_PARTITION
#if 0
/* Ethernet config */
#define CONFIG_CMD_PING
-#define CONFIG_CMD_DHCP
#define CONFIG_CMD_MII
#define CONFIG_FEC_MXC
#define CONFIG_MII
@@ -133,8 +131,6 @@
#define CONFIG_SYS_64BIT_VSPRINTF /* needed for nand_util.c */
#endif
-#define CONFIG_CMD_DHCP
-
#define CONFIG_LOADADDR 0xC307FFC0
#define CONFIG_BOOTARGS "console=ttyLF0 root=/dev/ram rw"