Commit d7f5be8e authored by Masahisa Kojima's avatar Masahisa Kojima Committed by Manish Pandey
Browse files

qemu/qemu_sbsa: increase size to handle fdt



64KB was not enouth to handle fdt, bl2 shows
following error message.

"ERROR:   Invalid Device Tree at 0x10000000000: error -3"

This patch increases the size to 1MB to address above error.
Signed-off-by: default avatarMasahisa Kojima <masahisa.kojima@linaro.org>
Change-Id: I0726a0cea95087175451da0dba7410acd27df808
parent 79fa0edf
......@@ -233,7 +233,7 @@
* DT related constants
*/
#define PLAT_QEMU_DT_BASE NS_DRAM0_BASE
#define PLAT_QEMU_DT_MAX_SIZE 0x10000
#define PLAT_QEMU_DT_MAX_SIZE 0x100000
/*
* System counter
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment