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 /configs/da850evm_defconfig | |
| 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 'configs/da850evm_defconfig')
| -rw-r--r-- | configs/da850evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig index ec80edf293a..9b1b6198178 100644 --- a/configs/da850evm_defconfig +++ b/configs/da850evm_defconfig @@ -35,6 +35,7 @@ CONFIG_DEFAULT_FDT_FILE="da850-evm.dtb" # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_BOARD_EARLY_INIT_F=y CONFIG_CLOCKS=y +CONFIG_HWCONFIG=y CONFIG_MISC_INIT_R=y CONFIG_SPL_PAD_TO=0x8000 CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |
