summaryrefslogtreecommitdiffstats
path: root/include/configs/CPCI4052.h
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>2008-09-05 15:34:04 +0200
committerStefan Roese <sr@denx.de>2008-09-08 10:28:55 +0200
commitac53ee8318678190bf3c68da477a84a657d86fb0 (patch)
treeb4dad89a0a7e6eff3a0e216f3a928b4522501383 /include/configs/CPCI4052.h
parent7b1fbcadf73a83b3beb94abccda1c35e2c075a94 (diff)
downloadblackbird-obmc-uboot-ac53ee8318678190bf3c68da477a84a657d86fb0.tar.gz
blackbird-obmc-uboot-ac53ee8318678190bf3c68da477a84a657d86fb0.zip
ppc4xx: Update CPCI405(AB) configuration
This patch add FDT support and command line editing capabilities for CPCI405 and CPCI405AB boards. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/CPCI4052.h')
-rw-r--r--include/configs/CPCI4052.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h
index fd49f569ae..9ec1721897 100644
--- a/include/configs/CPCI4052.h
+++ b/include/configs/CPCI4052.h
@@ -146,6 +146,8 @@
#define CFG_HZ 1000 /* decrementer freq: 1 ms ticks */
+#define CONFIG_CMDLINE_EDITING /* add command line history */
+
#define CONFIG_LOOPW 1 /* enable loopw command */
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check for keypress on bootdelay==0 */
@@ -219,6 +221,10 @@
* the maximum mapped by the Linux kernel during initialization.
*/
#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
+
+#define CONFIG_OF_LIBFDT
+#define CONFIG_OF_BOARD_SETUP
+
/*-----------------------------------------------------------------------
* FLASH organization
*/
OpenPOWER on IntegriCloud