summaryrefslogtreecommitdiff
path: root/configs/mx53loco_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-31 01:07:11 +0300
committerTom Rini <trini@konsulko.com>2022-04-08 16:05:19 +0300
commit95b641756cf0af009f8f74be5f57de84acc58d51 (patch)
treedbf6d6274716b032c1cd465bbf65cf6e6b4664ff /configs/mx53loco_defconfig
parent03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff)
downloadu-boot-95b641756cf0af009f8f74be5f57de84acc58d51.tar.xz
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 'configs/mx53loco_defconfig')
-rw-r--r--configs/mx53loco_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
index e7a4797bd0..9b70a55a2b 100644
--- a/configs/mx53loco_defconfig
+++ b/configs/mx53loco_defconfig
@@ -13,6 +13,8 @@ CONFIG_SYS_I2C_MXC_I2C3=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="imx53-qsb"
# CONFIG_CMD_BMODE is not set
+CONFIG_HAS_BOARD_SIZE_LIMIT=y
+CONFIG_BOARD_SIZE_LIMIT=785408
CONFIG_SYS_LOAD_ADDR=0x72000000
CONFIG_SUPPORT_RAW_INITRD=y
CONFIG_USE_BOOTCOMMAND=y