diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:06 -0400 |
commit | f399e838cfdce0c477ad6f6eb13b9021aba3bc0e (patch) | |
tree | 15bed33a4cd497340ee808874fcfe79cd3edd8d0 /include | |
parent | 7d80a9cd92cb6bc05b44ab101d3bda3b0ff880c4 (diff) | |
download | u-boot-f399e838cfdce0c477ad6f6eb13b9021aba3bc0e.zip u-boot-f399e838cfdce0c477ad6f6eb13b9021aba3bc0e.tar.gz u-boot-f399e838cfdce0c477ad6f6eb13b9021aba3bc0e.tar.bz2 |
Convert CONFIG_BOOTM_NETBSD to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTM_NETBSD
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/capricorn-common.h | 4 | ||||
-rw-r--r-- | include/configs/imx8qm_rom7720.h | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h index b107e0c..38a56e8 100644 --- a/include/configs/capricorn-common.h +++ b/include/configs/capricorn-common.h @@ -42,10 +42,6 @@ #define CONFIG_REMAKE_ELF -/* Commands */ - -#undef CONFIG_BOOTM_NETBSD - /* ENET Config */ #define CONFIG_FEC_XCV_TYPE RMII #define FEC_QUIRK_ENET_MAC diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h index 9808e72..5621ba8 100644 --- a/include/configs/imx8qm_rom7720.h +++ b/include/configs/imx8qm_rom7720.h @@ -15,8 +15,6 @@ #define CONFIG_SPL_BSS_START_ADDR 0x00128000 #define CONFIG_SPL_BSS_MAX_SIZE 0x1000 /* 4 KB */ -#undef CONFIG_BOOTM_NETBSD - #define CONFIG_FSL_USDHC #define CONFIG_SYS_BOOTMAPSZ (256 << 20) #define CONFIG_SYS_FSL_ESDHC_ADDR 0 |