aboutsummaryrefslogtreecommitdiff
path: root/include/configs/rcar-gen3-common.h
diff options
context:
space:
mode:
authorTom Rini2022-03-30 18:07:11 -0400
committerTom Rini2022-04-08 09:05:19 -0400
commit95b641756cf0af009f8f74be5f57de84acc58d51 (patch)
treedbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/rcar-gen3-common.h
parent03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (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/rcar-gen3-common.h')
-rw-r--r--include/configs/rcar-gen3-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h
index 2422f037920..c3759ed19bf 100644
--- a/include/configs/rcar-gen3-common.h
+++ b/include/configs/rcar-gen3-common.h
@@ -44,9 +44,6 @@
#define CONFIG_SYS_MONITOR_LEN (1 * 1024 * 1024)
#define CONFIG_SYS_BOOTM_LEN (64 << 20)
-/* The HF/QSPI layout permits up to 1 MiB large bootloader blob */
-#define CONFIG_BOARD_SIZE_LIMIT 1048576
-
/* ENV setting */
#define CONFIG_EXTRA_ENV_SETTINGS \