]> git.sur5r.net Git - u-boot/blobdiff - include/configs/vexpress_aemv8a.h
nios2: Split timer code into timer.c
[u-boot] / include / configs / vexpress_aemv8a.h
index 259f6aca82df911b996b0fe10e9196934a3a88ab..0f2f1a30baf0092aa5031e7e4f8a3ad6ec1f94b8 100644 (file)
 #define CONFIG_SYS_LOAD_ADDR           (V2M_BASE + 0x10000000)
 
 /* Physical Memory Map */
-#define CONFIG_NR_DRAM_BANKS           1
+#define CONFIG_NR_DRAM_BANKS           2
 #define PHYS_SDRAM_1                   (V2M_BASE)      /* SDRAM Bank #1 */
+#define PHYS_SDRAM_2                   (0x880000000)
 /* Top 16MB reserved for secure world use */
 #define DRAM_SEC_SIZE          0x01000000
 #define PHYS_SDRAM_1_SIZE      0x80000000 - DRAM_SEC_SIZE
+#define PHYS_SDRAM_2_SIZE      0x180000000
 #define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM_1
 
 /* Enable memtest */
 
 /* Assume we boot with root on the first partition of a USB stick */
 #define CONFIG_BOOTARGS                "console=ttyAMA0,115200n8 " \
-                               "root=/dev/sda1 rw " \
+                               "root=/dev/sda2 rw " \
                                "rootwait "\
                                "earlyprintk=pl011,0x7ff80000 debug "\
                                "user_debug=31 "\