This value is supposed to reflect the lowmem mapping of the kernel. The existing 16MB is clearly much to small for this. 256MB is likely to still be an underestimate but is a reasonable, if conservative, value.
Signed-off-by: Ian Campbell <[email protected]> --- include/configs/sunxi-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 292a938..2cd169a 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -102,7 +102,7 @@ /* Flat Device Tree (FDT/DT) support */ #define CONFIG_OF_LIBFDT -#define CONFIG_SYS_BOOTMAPSZ (16 << 20) +#define CONFIG_SYS_BOOTMAPSZ (256 << 20) /* * Miscellaneous configurable options -- 1.8.5.3 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
