diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-22 16:41:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 15:09:40 -0400 |
commit | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (patch) | |
tree | 5d536a283e4e72c28f08a261435c9dff532f22b4 /include/configs/lacie_kw.h | |
parent | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (diff) |
configs: Re-sync almost all of cmd/Kconfig
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/lacie_kw.h')
-rw-r--r-- | include/configs/lacie_kw.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 12fef2942e..18cd4bb388 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -54,13 +54,8 @@ */ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ #define CONFIG_CMD_ENV -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_PING -#define CONFIG_CMD_SF -#define CONFIG_CMD_I2C #define CONFIG_CMD_IDE #ifndef CONFIG_NETSPACE_MINI_V2 /* No USB ports on Network Space v2 Mini */ -#define CONFIG_CMD_USB #endif /* @@ -94,15 +89,7 @@ #undef CONFIG_ENV_SPI_MAX_HZ #undef CONFIG_SYS_IDE_MAXBUS #undef CONFIG_SYS_IDE_MAXDEVICE -#undef CONFIG_SYS_PROMPT #define CONFIG_ENV_SPI_MAX_HZ 20000000 /* 20Mhz */ -#if defined(CONFIG_D2NET_V2) -#define CONFIG_SYS_PROMPT "d2v2> " -#elif defined(CONFIG_NET2BIG_V2) -#define CONFIG_SYS_PROMPT "2big2> " -#else -#define CONFIG_SYS_PROMPT "ns2> " -#endif /* * Enable platform initialisation via misc_init_r() function |