diff options
| author | Tom Rini <[email protected]> | 2022-03-30 18:07:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-08 09:05:19 -0400 |
| commit | 95b641756cf0af009f8f74be5f57de84acc58d51 (patch) | |
| tree | dbf6d6274716b032c1cd465bbf65cf6e6b4664ff /include/configs/mx7ulp_com.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 <[email protected]>
Diffstat (limited to 'include/configs/mx7ulp_com.h')
| -rw-r--r-- | include/configs/mx7ulp_com.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/mx7ulp_com.h b/include/configs/mx7ulp_com.h index d3ba1449279..ce6afcde2a0 100644 --- a/include/configs/mx7ulp_com.h +++ b/include/configs/mx7ulp_com.h @@ -17,16 +17,6 @@ #define CONFIG_SYS_BOOTM_LEN 0x1000000 -/* - * Detect overlap between U-Boot image and environment area in build-time - * - * CONFIG_BOARD_SIZE_LIMIT = CONFIG_ENV_OFFSET - u-boot-dtb.imx offset - * CONFIG_BOARD_SIZE_LIMIT = 768k - 1k = 767k = 785408 - * - * Currently CONFIG_BOARD_SIZE_LIMIT does not handle expressions, so - * write the direct value here - */ -#define CONFIG_BOARD_SIZE_LIMIT 785408 #define CONFIG_MMCROOT "/dev/mmcblk0p2" /* Using ULP WDOG for reset */ |
