Re: [U-Boot] [PATCH] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-16 Thread york sun
On 03/16/2017 06:05 PM, Wenbin Song wrote: > Hi york, > > Do you mean it is not necessary to supply so much partitions for user, just > supplying two partitions, one is reserved for firmware(including RCW, U-boot, > Env, PPA, kernel.itb and so on), the other is the rest of flashes, if not, >

Re: [U-Boot] [PATCH] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-16 Thread Wenbin Song
Hi york, Do you mean it is not necessary to supply so much partitions for user, just supplying two partitions, one is reserved for firmware(including RCW, U-boot, Env, PPA, kernel.itb and so on), the other is the rest of flashes, if not, Could you give me more details? Best Regards Wenbin

Re: [U-Boot] [PATCH] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-15 Thread york sun
On 03/13/2017 11:06 PM, Wenbin song wrote: > Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds > and ls1046aqds boards. > > Signed-off-by: Wenbin Song > --- > include/configs/ls1043a_common.h | 7 --- > include/configs/ls1046aqds.h | 7 ---

[U-Boot] [PATCH] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash

2017-03-14 Thread Wenbin song
Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds and ls1046aqds boards. Signed-off-by: Wenbin Song --- include/configs/ls1043a_common.h | 7 --- include/configs/ls1046aqds.h | 7 --- 2 files changed, 8 insertions(+), 6 deletions(-) diff