diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-22 13:38:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-22 13:38:00 -0500 |
commit | 052170c6a043eec4e73fad80955876cf1ba5e4f2 (patch) | |
tree | 554a29e0a02eb6789afabcebf236c209d693f4ed /configs/pumpkin_defconfig | |
parent | 75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pumpkin_defconfig')
-rw-r--r-- | configs/pumpkin_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/pumpkin_defconfig b/configs/pumpkin_defconfig index 337240ad3a..b61f91ad56 100644 --- a/configs/pumpkin_defconfig +++ b/configs/pumpkin_defconfig @@ -3,8 +3,9 @@ CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_MEDIATEK=y CONFIG_SYS_TEXT_BASE=0x4C000000 CONFIG_SYS_MALLOC_F_LEN=0x4000 -CONFIG_TARGET_MT8516=y CONFIG_ENV_SIZE=0x1000 +CONFIG_DM_GPIO=y +CONFIG_TARGET_MT8516=y CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0x11005000 CONFIG_DEBUG_UART_CLOCK=26000000 @@ -46,7 +47,6 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y # CONFIG_NET is not set CONFIG_CLK=y -CONFIG_DM_GPIO=y # CONFIG_INPUT is not set CONFIG_DM_MMC=y # CONFIG_MMC_QUIRKS is not set |