diff options
author | Tom Rini <trini@konsulko.com> | 2019-09-20 17:36:50 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-10-04 12:21:23 -0400 |
commit | 4b0bcfa7c4ecd5d5e02c5e7d10d128a7da53414b (patch) | |
tree | 060f3586e2fd91d0c34e0cc5363f68de7f1fb720 /include/configs/apalis-imx8.h | |
parent | 400b9554cc3ef6d301940d43a2a6f9c098df5fb9 (diff) |
Kconfig: Migrate CONFIG_BOOTM_* options
Migrate all of the existing OS support options that are under
CONFIG_BOOTM_* to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/apalis-imx8.h')
-rw-r--r-- | include/configs/apalis-imx8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index 6eb8395162..3a8d2d40d7 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -13,8 +13,6 @@ #define CONFIG_DISPLAY_BOARDINFO_LATE -#undef CONFIG_BOOTM_NETBSD - #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define USDHC1_BASE_ADDR 0x5b010000 #define USDHC2_BASE_ADDR 0x5b020000 |