summaryrefslogtreecommitdiffstats
path: root/include/configs/adsvix.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2007-07-04 22:31:42 -0500
committerWolfgang Denk <wd@denx.de>2007-07-05 11:04:35 +0200
commit0b361c916617aff79e647b40f0e43361e0bbaccf (patch)
tree73de15f8051a745b23bed80a08a848c10a6aca3c /include/configs/adsvix.h
parentb730cda82e362df6a22f4c59c0a9b97e885b1014 (diff)
downloadbootable_bootloader_goldelico_gta04-0b361c916617aff79e647b40f0e43361e0bbaccf.zip
bootable_bootloader_goldelico_gta04-0b361c916617aff79e647b40f0e43361e0bbaccf.tar.gz
bootable_bootloader_goldelico_gta04-0b361c916617aff79e647b40f0e43361e0bbaccf.tar.bz2
include/configs: Use new CONFIG_CMD_* in various a* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/adsvix.h')
-rw-r--r--include/configs/adsvix.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/include/configs/adsvix.h b/include/configs/adsvix.h
index c410891..0d64013 100644
--- a/include/configs/adsvix.h
+++ b/include/configs/adsvix.h
@@ -68,10 +68,19 @@
#define CONFIG_DOS_PARTITION 1
-#define CONFIG_COMMANDS ((CONFIG_CMD_DFL & ~CFG_CMD_NET) | CFG_CMD_MMC | CFG_CMD_FAT | CFG_CMD_IDE | CFG_CMD_PCMCIA)
-/* 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_CMD_FAT
+#define CONFIG_CMD_IDE
+#define CONFIG_CMD_MMC
+#define CONFIG_CMD_PCMCIA
+
+#undef CONFIG_CMD_NET
+
#undef CONFIG_SHOW_BOOT_PROGRESS
@@ -162,7 +171,7 @@
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
/* #define CONFIG_INITRD_TAG 1 */
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 230400 /* speed to run kgdb serial port */
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif