diff options
Diffstat (limited to 'include/configs/mx6ul_14x14_lpddr2_arm2.h')
-rw-r--r-- | include/configs/mx6ul_14x14_lpddr2_arm2.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/mx6ul_14x14_lpddr2_arm2.h b/include/configs/mx6ul_14x14_lpddr2_arm2.h index 5b29688..30bad9c 100644 --- a/include/configs/mx6ul_14x14_lpddr2_arm2.h +++ b/include/configs/mx6ul_14x14_lpddr2_arm2.h @@ -40,9 +40,11 @@ #undef CONFIG_VIDEO #endif +#define CONFIG_BOOTARGS_CMA_SIZE "cma=96M " + #include "mx6ul_arm2.h" -#define PHYS_SDRAM_SIZE SZ_512M +#define PHYS_SDRAM_SIZE SZ_256M #ifdef CONFIG_SYS_USE_SPINOR #define CONFIG_CMD_SF |