]> git.sur5r.net Git - u-boot/blobdiff - include/configs/armadillo.h
include/configs: Use new CONFIG_CMD_* in various E* named board config files.
[u-boot] / include / configs / armadillo.h
index 9a1c5596b7afb0a426e938b52ef9ef989a227059..7c77fa731159593040bd1f77ed3f8c2746ae4e08 100644 (file)
 
 #define CONFIG_BOOTP_MASK       (CONFIG_BOOTP_DEFAULT|CONFIG_BOOTP_BOOTFILESIZE)
 
-#define CONFIG_COMMANDS                (CONFIG_CMD_DFL) /* | CFG_CMD_JFFS2)*/
 
-/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
-#include <cmd_confdefs.h>
+/*
+ * Command line configuration.
+ */
+#include <config_cmd_default.h>
+
 
 #define CONFIG_BOOTDELAY       3
 #define CONFIG_BOOTARGS        "root=/dev/ram0 rootfstype=ext2 console=ttyAM0,115200"