Re: [U-Boot] [PATCH] rockchip: config: update part table

2017-11-01 Thread Jacob Chen
Hi, 2017-11-01 8:36 GMT+08:00 Eddie Cai : > Hi Kever > The reserved partition is not only for U-Boot but also for system. > There are customers using reserved partition in system now. > It's ok to hide them, since we just use offset, not partition index. > 2017-10-31 16:52 GMT+08:00 Kever Yang

Re: [U-Boot] [PATCH] rockchip: config: update part table

2017-10-31 Thread Eddie Cai
Hi Kever The reserved partition is not only for U-Boot but also for system. There are customers using reserved partition in system now. 2017-10-31 16:52 GMT+08:00 Kever Yang : > User do not need to access the reserved part in system, remove them > from partition table. > Rename atf to trust as gen

[U-Boot] [PATCH] rockchip: config: update part table

2017-10-31 Thread Kever Yang
User do not need to access the reserved part in system, remove them from partition table. Rename atf to trust as generic name for armv7 do not use ATF. Signed-off-by: Kever Yang --- include/configs/rockchip-common.h | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/inclu