aboutsummaryrefslogtreecommitdiff
path: root/include/configs/pico-imx6ul.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:11 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 09:05:19 -0400
commit95b641756cf0af009f8f74be5f57de84acc58d51 (patch)
treedbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/pico-imx6ul.h
parent03a8a797e5dccaffe172d3b5224bc3c3fcd304d6 (diff)
downloadu-boot-95b641756cf0af009f8f74be5f57de84acc58d51.zip
u-boot-95b641756cf0af009f8f74be5f57de84acc58d51.tar.gz
u-boot-95b641756cf0af009f8f74be5f57de84acc58d51.tar.bz2
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/pico-imx6ul.h')
-rw-r--r--include/configs/pico-imx6ul.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h
index 2646f19..39be433 100644
--- a/include/configs/pico-imx6ul.h
+++ b/include/configs/pico-imx6ul.h
@@ -116,17 +116,6 @@
(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
/* environment organization */
-/* Environment starts at 768k = 768 * 1024 = 786432 */
-/*
- * Detect overlap between U-Boot image and environment area in build-time
- *
- * CONFIG_BOARD_SIZE_LIMIT = CONFIG_ENV_OFFSET - u-boot.img offset
- * CONFIG_BOARD_SIZE_LIMIT = 768k - 69k = 699k = 715776
- *
- * Currently CONFIG_BOARD_SIZE_LIMIT does not handle expressions, so
- * write the direct value here
- */
-#define CONFIG_BOARD_SIZE_LIMIT 715776
#ifdef CONFIG_DM_VIDEO
#define MXS_LCDIF_BASE MX6UL_LCDIF1_BASE_ADDR