diff options
Diffstat (limited to 'include/configs/bf609-ezkit.h')
-rw-r--r-- | include/configs/bf609-ezkit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index f0ac86b8ab..e7b02a5326 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -156,6 +156,8 @@ #undef CONFIG_UART_CONSOLE_IS_JTAG #endif +#define CONFIG_BOARD_SIZE_LIMIT $$((512 * 1024)) + /* * Run core 1 from L1 SRAM start address when init uboot on core 0 */ |