From d7f5be8ec2fc5254fc581af52156b5fde5deb822 Mon Sep 17 00:00:00 2001 From: Masahisa Kojima Date: Tue, 19 May 2020 19:49:36 +0900 Subject: [PATCH] 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: Masahisa Kojima Change-Id: I0726a0cea95087175451da0dba7410acd27df808 --- plat/qemu/qemu_sbsa/include/platform_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/qemu/qemu_sbsa/include/platform_def.h b/plat/qemu/qemu_sbsa/include/platform_def.h index f44b9f6e0..d0a56cf14 100644 --- a/plat/qemu/qemu_sbsa/include/platform_def.h +++ b/plat/qemu/qemu_sbsa/include/platform_def.h @@ -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