From: Marek Szyprowski Date: Fri, 5 Jun 2020 12:52:02 +0000 (+0200) Subject: configs: rpi_4: Enable CONFIG_ARCH_FIXUP_FDT_MEMORY for Tizen X-Git-Tag: submit/tizen/20200610.021850~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b46f60f0a5fbcb5f9106a9310fd5e3c3514bd287;p=platform%2Fkernel%2Fu-boot.git configs: rpi_4: Enable CONFIG_ARCH_FIXUP_FDT_MEMORY for Tizen On Tizen, a custom dtb loaded directly from boot partition is used instead of the one provided by the VC4 firmware, thus u-boot needs to update the memory information in the loaded dtb. Without this option, the memory information is missing and the loaded Linux kernel crashes early. Signed-off-by: Marek Szyprowski Change-Id: Ic78d134aaef2ab272f839d305b5db3e79b0ef90b --- diff --git a/configs/rpi_4_defconfig b/configs/rpi_4_defconfig index cf66bae2c8..56e3df0db8 100644 --- a/configs/rpi_4_defconfig +++ b/configs/rpi_4_defconfig @@ -6,7 +6,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_NR_DRAM_BANKS=2 CONFIG_DISTRO_DEFAULTS=y CONFIG_OF_BOARD_SETUP=y -# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set +CONFIG_ARCH_FIXUP_FDT_MEMORY=y CONFIG_USE_PREBOOT=y CONFIG_PREBOOT="pci enum; usb start;" CONFIG_MISC_INIT_R=y