diff options
-rw-r--r-- | include/configs/stemmy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/stemmy.h b/include/configs/stemmy.h index e5571b240dc..96e759d99ca 100644 --- a/include/configs/stemmy.h +++ b/include/configs/stemmy.h @@ -14,6 +14,7 @@ * bootloader. New images are loaded at the same address for compatibility. */ #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_BOOTM_LEN SZ_64M /* FIXME: This should be loaded from device tree... */ #define CONFIG_SYS_L2_PL310 |