浏览代码

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>
Marek Vasut 7 年之前
父节点
当前提交
7b8eeb4060
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/configs/porter.h

+ 4 - 0
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