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

2017-04-14 Thread Simon Glass
On 9 April 2017 at 13:28, Simon Glass  wrote:
> On 7 April 2017 at 04:12, Kever Yang  wrote:
>> The lower address is reserved for ATF, do not use it.
>>
>> Signed-off-by: Kever Yang 
>> ---
>>
>>  include/configs/rk3399_common.h | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> Acked-by: Simon Glass 

Applied to u-boot-rockchip, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-09 Thread Simon Glass
On 7 April 2017 at 04:12, Kever Yang  wrote:
> The lower address is reserved for ATF, do not use it.
>
> Signed-off-by: Kever Yang 
> ---
>
>  include/configs/rk3399_common.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


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

2017-04-07 Thread Kever Yang
The lower address is reserved for ATF, do not use it.

Signed-off-by: Kever Yang 
---

 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=0x\0" \
-   "pxefile_addr_r=0x0010\0" \
+   "scriptaddr=0x0050\0" \
+   "pxefile_addr_r=0x0060\0" \
"fdt_addr_r=0x01f0\0" \
"kernel_addr_r=0x0200\0" \
"ramdisk_addr_r=0x0400\0"
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot