diff options
-rw-r--r-- | include/configs/odroid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 560a23c23e..7255efc2df 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -17,6 +17,7 @@ #define CFG_SYS_PL310_BASE 0x10502000 #endif +#define CFG_SYS_BOOTMAPSZ 0x10000000 #define CFG_SYS_SDRAM_BASE 0x40000000 #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ #define PHYS_SDRAM_1 CFG_SYS_SDRAM_BASE |