From b0df67a8f7ccce251e6c758f4bc186331cabbf44 Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Fri, 18 Jan 2019 14:57:58 +0800 Subject: [PATCH] include: rk3188: move fdt to 131M and ramdisk to 162M It avoids fdt overlap with large boot.img/recovery.img, moving fdt ahead of boot.img/recovery.img and moving ramdisk backward is safer. Change-Id: I362ff778dbdae42e667dcfc054dc1a0f5e06aa6c Signed-off-by: Joseph Chen --- include/configs/rk3188_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h index 4d52e59a4d..cec22aacbe 100644 --- a/include/configs/rk3188_common.h +++ b/include/configs/rk3188_common.h @@ -64,9 +64,9 @@ #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x60000000\0" \ "pxefile_addr_r=0x60100000\0" \ - "fdt_addr_r=0x61f00000\0" \ + "fdt_addr_r=0x68300000\0" \ "kernel_addr_r=0x62000000\0" \ - "ramdisk_addr_r=0x64000000\0" + "ramdisk_addr_r=0x6a200000\0" #include