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/bcm968580xref_ram_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/bcm968580xref_ram_defconfig')
-rw-r--r-- | configs/bcm968580xref_ram_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/bcm968580xref_ram_defconfig b/configs/bcm968580xref_ram_defconfig index 2db1b0b09b..c158a7c47c 100644 --- a/configs/bcm968580xref_ram_defconfig +++ b/configs/bcm968580xref_ram_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_BCM6858=y CONFIG_SYS_TEXT_BASE=0x10000000 CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_ENV_SIZE=0x2000 +CONFIG_DM_GPIO=y CONFIG_NR_DRAM_BANKS=1 CONFIG_TARGET_BCM968580XREF=y CONFIG_ENV_VARS_UBOOT_CONFIG=y @@ -26,7 +27,6 @@ CONFIG_SYS_RELOC_GD_ENV_ADDR=y # CONFIG_NET is not set CONFIG_BLK=y CONFIG_CLK=y -CONFIG_DM_GPIO=y CONFIG_BCM6345_GPIO=y CONFIG_LED=y CONFIG_LED_BCM6858=y |