diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-02-17 01:21:15 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-02-17 21:59:22 +0100 |
commit | 7b8eeb40604240c32ab8e1df4a85900b3378f895 (patch) | |
tree | f7bc58e551f2d08ac063fd478b8882eb4b699a4b /include/configs/porter.h | |
parent | a05dab4e7612b83e4d4b768f53bb9926cf545358 (diff) | |
download | u-boot-7b8eeb40604240c32ab8e1df4a85900b3378f895.tar.gz |
ARM: rmobile: Set FDT/initramfs limits on Porter
Set those limits to inform U-Boot about FDT and initramfs placement.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/porter.h')
-rw-r--r-- | include/configs/porter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/porter.h b/include/configs/porter.h index 758ed21c15..1816f2fd76 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -63,6 +63,10 @@ #define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */ +#define CONFIG_EXTRA_ENV_SETTINGS \ + "fdt_high=0xffffffff\0" \ + "initrd_high=0xffffffff\0" + /* SPL support */ #define CONFIG_SPL_TEXT_BASE 0xe6304000 #define CONFIG_SPL_STACK 0xe6340000 |