We've boards which only have 256M of RAM, so using a default bootm_size of 512M does not seem like a good idea.
Signed-off-by: Hans de Goede <[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 94871a0..df11610 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -167,7 +167,7 @@ #endif #define CONFIG_EXTRA_ENV_SETTINGS \ - "bootm_size=0x20000000\0" \ + "bootm_size=0x10000000\0" \ "console=ttyS0,115200\0" \ "panicarg=panic=10\0" \ "extraargs=\0" \ -- 1.9.0 -- 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.
