diff options
author | Tom Rini | 2022-11-19 18:45:10 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-05 16:06:43 -0500 |
commit | 345c09de5e7ca2c015faaf58c1e6c6b15883a63b (patch) | |
tree | eba78a02f0e6485db27d373b50f3a38767a30627 /include/configs/ls1021atsn.h | |
parent | 2a776c79dbfadeac094cd420d2d7b22937aac0c9 (diff) |
Convert CONFIG_FSL_DEVICE_DISABLE to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_DEVICE_DISABLE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ls1021atsn.h')
-rw-r--r-- | include/configs/ls1021atsn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ls1021atsn.h b/include/configs/ls1021atsn.h index bc9eac700e9..052a15658d7 100644 --- a/include/configs/ls1021atsn.h +++ b/include/configs/ls1021atsn.h @@ -70,8 +70,6 @@ #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 256 -#define CONFIG_FSL_DEVICE_DISABLE - #define BOOT_TARGET_DEVICES(func) \ func(MMC, mmc, 0) \ func(USB, usb, 0) \ |