]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/configs/mv-common.h
ARM: highbank: remove DRAM bank setup
[karo-tx-uboot.git] / include / configs / mv-common.h
index 721b75daee255581b0c96b69f6785fbb3a3672f6..b90de14b30c067911e7849e78974fab0be633ad2 100644 (file)
@@ -57,6 +57,9 @@
                                          115200,230400, 460800, 921600 }
 /* auto boot */
 #define CONFIG_BOOTDELAY       3       /* default enable autoboot */
+#define CONFIG_PREBOOT
+
+#define CONFIG_OF_LIBFDT               /* Device tree support */
 
 /*
  * For booting Linux, the board info and command line data
@@ -92,7 +95,7 @@
 #define CONFIG_SYS_MEMTEST_START 0x00800000    /* 8M */
 #define CONFIG_SYS_MEMTEST_END 0x00ffffff      /*(_16M -1) */
 #define CONFIG_SYS_RESET_ADDRESS 0xffff0000    /* Rst Vector Adr */
-#define CONFIG_SYS_MAXARGS     16      /* max number of command args */
+#define CONFIG_SYS_MAXARGS     32      /* max number of command args */
 
 /* ====> Include platform Common Definitions */
 #include <asm/arch/config.h>
  * Common SPI Flash configuration
  */
 #ifdef CONFIG_CMD_SF
-#define CONFIG_SPI_FLASH               1
 #define CONFIG_SPI_FLASH_MACRONIX      1
 #endif