summaryrefslogtreecommitdiffstats
path: root/include/configs/stxssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/stxssa.h')
-rw-r--r--include/configs/stxssa.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/stxssa.h b/include/configs/stxssa.h
index 78ac0801d5..5b1f3ab403 100644
--- a/include/configs/stxssa.h
+++ b/include/configs/stxssa.h
@@ -322,13 +322,10 @@
/*
* Command line configuration.
*/
-#include <config_cmd_default.h>
-
#define CONFIG_CMD_DATE
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_EEPROM
#define CONFIG_CMD_I2C
-#define CONFIG_CMD_NFS
#define CONFIG_CMD_PING
#define CONFIG_CMD_SNTP
#define CONFIG_CMD_REGINFO
@@ -341,10 +338,7 @@
#define CONFIG_CMD_MII
#endif
-#if defined(CONFIG_SYS_RAMBOOT)
- #undef CONFIG_CMD_SAVEENV
- #undef CONFIG_CMD_LOADS
-#else
+#if !defined(CONFIG_SYS_RAMBOOT)
#define CONFIG_CMD_ELF
#endif
OpenPOWER on IntegriCloud