diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-06-27 13:20:40 +0200 |
---|---|---|
committer | marex <marex@chi.lan> | 2019-11-15 10:31:54 +0100 |
commit | 6da56a11f792eeaea2a39d82274b42d62ded6c1e (patch) | |
tree | 5d35d9b806851789375408711bac950efaeb8c5d /configs/r8a77990_ebisu_defconfig | |
parent | 3ff1ff3ff76c15efe0451309af084ee6c096c583 (diff) |
ARM: rmobile: Enable CONFIG_ARCH_FIXUP_FDT_MEMORY on Gen3
Enable CONFIG_ARCH_FIXUP_FDT_MEMORY to let U-Boot patch the
Linux DT memory entries.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a77990_ebisu_defconfig')
-rw-r--r-- | configs/r8a77990_ebisu_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/r8a77990_ebisu_defconfig b/configs/r8a77990_ebisu_defconfig index aec5092cea..3cf49ab53d 100644 --- a/configs/r8a77990_ebisu_defconfig +++ b/configs/r8a77990_ebisu_defconfig @@ -8,7 +8,6 @@ CONFIG_TARGET_EBISU=y CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_SPL_TEXT_BASE=0xe6318000 CONFIG_FIT=y -# CONFIG_ARCH_FIXUP_FDT_MEMORY is not set CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20" CONFIG_SUPPORT_RAW_INITRD=y |