diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-30 18:07:11 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-08 09:05:19 -0400 |
commit | 95b641756cf0af009f8f74be5f57de84acc58d51 (patch) | |
tree | dbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/vf610twr.h | |
parent | 03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff) | |
download | u-boot-95b641756cf0af009f8f74be5f57de84acc58d51.tar.gz |
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/vf610twr.h')
-rw-r--r-- | include/configs/vf610twr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index ebae8223fe2..db7c8be7ce0 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -29,9 +29,6 @@ /* I2C Configs */ #define CONFIG_SYS_SPD_BUS_NUM 0 -/* We boot from the gfxRAM area of the OCRAM. */ -#define CONFIG_BOARD_SIZE_LIMIT 520192 - /* * We do have 128MB of memory on the Vybrid Tower board. Leave the last * 16MB alone to avoid conflicts with Cortex-M4 firmwares running from |