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

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] [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/inclu