]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/ADS860.h
include/configs: Use new CONFIG_CMD_* in various A* named board config files.
[karo-tx-uboot.git] / include / configs / ADS860.h
index df20965640e64b37a697f41d6cfb9ad84d131e09..2ee8c61cea45874adf12f41620dd2f5941f5f889 100644 (file)
 
 #define CONFIG_DRAM_50MHZ              1
 
-#define CONFIG_COMMANDS (CONFIG_CMD_DFL   \
-                        | CFG_CMD_DHCP   \
-                        | CFG_CMD_IMMAP  \
-                        | CFG_CMD_PCMCIA \
-                        | CFG_CMD_PING   \
-                       )
 
+/*
+ * Command line configuration.
+ */
+#include <config_cmd_default.h>
+
+#define CONFIG_CMD_DHCP
+#define CONFIG_CMD_IMMAP
+#define CONFIG_CMD_PCMCIA
+#define CONFIG_CMD_PING
+
+/* This is picked up again in fads.h */
+#define FADS_COMMANDS_ALREADY_DEFINED
 
 #include "fads.h"