summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2021-03-07 13:12:38 +0800
committerJun Nie <jun.nie@linaro.org>2021-03-07 13:12:38 +0800
commit7abe08bd5357c0e49f037d3d93d7ebdc77781fda (patch)
treebb0c78f3e2ecbb9164f071cc36060b3778b04321
parentf30e899cf3d7c1b49aeca9f10bed8ade964dcd6c (diff)
Revert "[FIO extras] qemu: set CONFIG_SYS_BOOTM_LEN to 32M"
This reverts commit 31dd7707d9090a8b350bb25b3af4cb0ffcccb80f. Fix build error. We do not need this patch
-rw-r--r--include/configs/qemu-arm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/qemu-arm.h b/include/configs/qemu-arm.h
index c85c72badd..273fa1a7d7 100644
--- a/include/configs/qemu-arm.h
+++ b/include/configs/qemu-arm.h
@@ -11,7 +11,6 @@
/* Physical memory map */
#define CONFIG_SYS_SDRAM_BASE 0x40000000
-#define CONFIG_SYS_BOOTM_LEN SZ_32M
/* The DTB generated by QEMU is placed at start of RAM, stay away from there */
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_2M)