diff options
author | Tom Rini | 2022-03-30 18:07:11 -0400 |
---|---|---|
committer | Tom Rini | 2022-04-08 09:05:19 -0400 |
commit | 95b641756cf0af009f8f74be5f57de84acc58d51 (patch) | |
tree | dbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/bk4r1.h | |
parent | 03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff) |
Convert CONFIG_BOARD_SIZE_LIMIT to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_SIZE_LIMIT
To do this, introduce CONFIG_HAS_BOARD_SIZE_LIMIT.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/bk4r1.h')
-rw-r--r-- | include/configs/bk4r1.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/bk4r1.h b/include/configs/bk4r1.h index 762d1980bda..bd07b4b031b 100644 --- a/include/configs/bk4r1.h +++ b/include/configs/bk4r1.h @@ -62,9 +62,6 @@ #define CONFIG_SYS_FSL_QSPI_LE #endif -/* We boot from the gfxRAM area of the OCRAM. */ -#define CONFIG_BOARD_SIZE_LIMIT 520192 - /* boot command, including the target-defined one if any */ /* Extra env settings (including the target-defined ones if any) */ |