diff options
author | Tom Rini | 2023-05-01 11:50:26 -0400 |
---|---|---|
committer | Tom Rini | 2023-05-01 11:50:26 -0400 |
commit | c960c0fd38be57abffb68996e53408ba5f675ee9 (patch) | |
tree | 6d2103d21d37248d22477fc198d6003f27331239 /configs/mt8183_pumpkin_defconfig | |
parent | 27dc8826441f0c5dd6aa6617a32909d9049f1202 (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mt8183_pumpkin_defconfig')
-rw-r--r-- | configs/mt8183_pumpkin_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mt8183_pumpkin_defconfig b/configs/mt8183_pumpkin_defconfig index 49d12bf6ecb..fdfe2a16008 100644 --- a/configs/mt8183_pumpkin_defconfig +++ b/configs/mt8183_pumpkin_defconfig @@ -9,6 +9,7 @@ CONFIG_ENV_SIZE=0x1000 CONFIG_ENV_OFFSET=0x0 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="mt8183-pumpkin" +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_TARGET_MT8183=y CONFIG_DEBUG_UART_BASE=0x11002000 CONFIG_DEBUG_UART_CLOCK=26000000 @@ -83,5 +84,4 @@ CONFIG_USB_ETHER=y CONFIG_WDT=y CONFIG_WDT_MTK=y # CONFIG_REGEX is not set -CONFIG_OF_LIBFDT_OVERLAY=y # CONFIG_EFI_LOADER is not set |