]> git.sur5r.net Git - u-boot/commitdiff
ppc4xx: Update CPCI405(AB) configuration
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Fri, 5 Sep 2008 13:34:04 +0000 (15:34 +0200)
committerStefan Roese <sr@denx.de>
Mon, 8 Sep 2008 08:28:55 +0000 (10:28 +0200)
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>
include/configs/CPCI4052.h
include/configs/CPCI405AB.h

index fd49f569aeb90bd67234911f8fc65385505096b1..9ec1721897b44fece3a2a6ff12ef95328f8caafa 100644 (file)
 
 #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 */
  * 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
  */
index 55dd6296de045200c45ecc7e69c8573c9b87dfa0..78995984f78fc6d19662920ede1c94e44b0ba0ec 100644 (file)
 
 #define CFG_HZ         1000            /* decrementer freq: 1 ms ticks */
 
+#define CONFIG_CMDLINE_EDITING         /* add command line history     */
+
 #define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
 
 #define CONFIG_VERSION_VARIABLE 1      /* include version env variable */
  * 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
  */