aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/configs/vexpress_aemv8a.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index 232743a43..c84d2cc6d 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -12,7 +12,7 @@
#define CONFIG_REMAKE_ELF
-#define CONFIG_GICV3
+#define CONFIG_GICV2
/*#define CONFIG_ARMV8_SWITCH_TO_EL1*/
@@ -30,7 +30,7 @@
#define CONFIG_BOOTP_VCI_STRING "U-boot.armv8.vexpress_aemv8a"
/* Link Definitions */
-#define CONFIG_SYS_TEXT_BASE 0x80000000
+#define CONFIG_SYS_TEXT_BASE 0x88000000
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0)
/* Flat Device Tree Definitions */
@@ -182,9 +182,8 @@
"fdt_addr=0x100000\0" \
"fdt_high=0xa0000000\0"
-#define CONFIG_BOOTARGS "console=ttyAMA0 root=/dev/ram0"
-#define CONFIG_BOOTCOMMAND "bootm $kernel_addr " \
- "$initrd_addr:$initrd_size $fdt_addr"
+#define CONFIG_BOOTARGS "console=ttyAMA0 root=/dev/ram0 earlyprintk=pl011,0x1c090000 consolelog=20"
+#define CONFIG_BOOTCOMMAND "mmc rescan;fatload mmc 0:1 0x80080000 uImage;fatload mmc 0:1 0x98000000 fvp-base-gicv2-psci.dtb;fatload mmc 0:1 0xa0000000 uInitrd;bootm 0x80080000 0xa0000000 0x98000000"
#define CONFIG_BOOTDELAY -1
/* Do not preserve environment */