diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:16 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:07:12 -0500 |
| commit | 19b4040df03813ffeb3af77d4f44b1b08013bf77 (patch) | |
| tree | ad3418b104fa71b27eed08cc4726ac1648fe86b9 /include/configs/ls1046a_common.h | |
| parent | d9feb83505b3a7c06487a1748db4f20ad189e33a (diff) | |
Convert CONFIG_HWCONFIG to Kconfig
This converts the following to Kconfig:
CONFIG_HWCONFIG
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/ls1046a_common.h')
| -rw-r--r-- | include/configs/ls1046a_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index cac30e4679e..4ed5481c3e7 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -74,7 +74,6 @@ /* Miscellaneous configurable options */ -#define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 #define BOOT_TARGET_DEVICES(func) \ |
