Re: [U-Boot] [PATCH] powerpc/86xx: Increase boot map size to 256 MiB

2016-08-03 Thread york sun
On 07/19/2016 03:52 PM, Scott Wood wrote: > This is what Linux maps on classic PPC during boot, and modern kernel > images don't fit within the current 8 MiB uncompressed limit. > > Adjust image load addresses to be above this limit to avoid conflicts. > > Signed-off-by: Scott Wood

[U-Boot] [PATCH] powerpc/86xx: Increase boot map size to 256 MiB

2016-07-19 Thread Scott Wood
This is what Linux maps on classic PPC during boot, and modern kernel images don't fit within the current 8 MiB uncompressed limit. Adjust image load addresses to be above this limit to avoid conflicts. Signed-off-by: Scott Wood --- include/configs/MPC8610HPCD.h | 13