summaryrefslogtreecommitdiffstats
path: root/include/configs/pxa255_idp.h
diff options
context:
space:
mode:
authorJon Loeliger <jdl@jdl.com>2007-07-04 22:33:17 -0500
committerWolfgang Denk <wd@denx.de>2007-07-05 11:05:08 +0200
commit26a34560d56a9df5bc2ae23525d9229736134757 (patch)
tree06fcb6de3b59643f20aca5b0d72f6da758378ae7 /include/configs/pxa255_idp.h
parenta5cb23092a7d31490a33d4ec871468b63babfa3c (diff)
downloadtalos-obmc-uboot-26a34560d56a9df5bc2ae23525d9229736134757.tar.gz
talos-obmc-uboot-26a34560d56a9df5bc2ae23525d9229736134757.zip
include/configs: Use new CONFIG_CMD_* in various p* named board config files.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'include/configs/pxa255_idp.h')
-rw-r--r--include/configs/pxa255_idp.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/configs/pxa255_idp.h b/include/configs/pxa255_idp.h
index e5e27724e1..d7e4e8ac2b 100644
--- a/include/configs/pxa255_idp.h
+++ b/include/configs/pxa255_idp.h
@@ -102,10 +102,16 @@
#define CONFIG_BAUDRATE 115200
-#define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_MMC | CFG_CMD_FAT | CFG_CMD_DHCP )
-/* 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_MMC
+#define CONFIG_CMD_FAT
+#define CONFIG_CMD_DHCP
+
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTCOMMAND "bootm 40000"
@@ -192,7 +198,7 @@
/* "protect off" */
-#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
+#if defined(CONFIG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif
OpenPOWER on IntegriCloud