
On Tue, Jan 11, 2011 at 12:44 AM, Kumar Gala galak@kernel.crashing.org wrote:
CONFIG_SYS_BOOTMAPSZ has been 16M on these boards for some time so we should also allow the kernel image to be up to 16M decompressed.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
include/configs/MPC8536DS.h | 3 ++- include/configs/MPC8540ADS.h | 3 ++- include/configs/MPC8541CDS.h | 3 ++- include/configs/MPC8544DS.h | 3 ++- include/configs/MPC8548CDS.h | 3 ++- include/configs/MPC8555CDS.h | 3 ++- include/configs/MPC8560ADS.h | 3 ++- include/configs/MPC8568MDS.h | 3 ++- include/configs/MPC8569MDS.h | 6 +++--- include/configs/MPC8572DS.h | 3 ++- include/configs/P1022DS.h | 3 ++- include/configs/P1_P2_RDB.h | 3 ++- include/configs/P2020DS.h | 3 ++- include/configs/corenet_ds.h | 3 ++- 14 files changed, 29 insertions(+), 16 deletions(-)
Wouldn't it be simpler to do this in arch/powerpc/include/asm/config.h?