[U-Boot] [PATCH] rockchip: rk3399: do not use lower address

The lower address is reserved for ATF, do not use it.
Signed-off-by: Kever Yang kever.yang@rock-chips.com ---
include/configs/rk3399_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index 8bd2737..32b94f6 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -59,8 +59,8 @@ #ifndef CONFIG_SPL_BUILD
#define ENV_MEM_LAYOUT_SETTINGS \ - "scriptaddr=0x00000000\0" \ - "pxefile_addr_r=0x00100000\0" \ + "scriptaddr=0x00500000\0" \ + "pxefile_addr_r=0x00600000\0" \ "fdt_addr_r=0x01f00000\0" \ "kernel_addr_r=0x02000000\0" \ "ramdisk_addr_r=0x04000000\0"

On 7 April 2017 at 04:12, Kever Yang kever.yang@rock-chips.com wrote:
The lower address is reserved for ATF, do not use it.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
include/configs/rk3399_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org

On 9 April 2017 at 13:28, Simon Glass sjg@chromium.org wrote:
On 7 April 2017 at 04:12, Kever Yang kever.yang@rock-chips.com wrote:
The lower address is reserved for ATF, do not use it.
Signed-off-by: Kever Yang kever.yang@rock-chips.com
include/configs/rk3399_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-rockchip, thanks!
participants (2)
-
Kever Yang
-
Simon Glass