]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/stxgp3.h
Move defaults from config_cmd_default.h to Kconfig
[karo-tx-uboot.git] / include / configs / stxgp3.h
index a0817a0f80acbc870c5f89080c3eec43a7b2cb30..6676f373f2f67525fe0e3e8712fb8f06ad240378 100644 (file)
 /*
  * Command line configuration.
  */
-#include <config_cmd_default.h>
-
 #define CONFIG_CMD_PING
 #define CONFIG_CMD_I2C
 #define CONFIG_CMD_REGINFO
 
-#if defined(CONFIG_SYS_RAMBOOT)
-    #undef CONFIG_CMD_SAVEENV
-    #undef CONFIG_CMD_LOADS
-#else
+#if !defined(CONFIG_SYS_RAMBOOT)
     #define CONFIG_CMD_ELF
 #endif