diff options
author | Tom Rini <trini@konsulko.com> | 2022-05-05 14:47:31 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-05-05 14:47:31 -0400 |
commit | 5d834bfa5fa61dc9dff94a92672c0a1185cb3a83 (patch) | |
tree | 29e452f566b6ebd60699ffdb07a8b650346f5b3a /configs/sama5d2_xplained_mmc_defconfig | |
parent | ae242b2ea6f76fac5433c4702399747f0d81c6c4 (diff) | |
download | u-boot-5d834bfa5fa61dc9dff94a92672c0a1185cb3a83.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d2_xplained_mmc_defconfig')
-rw-r--r-- | configs/sama5d2_xplained_mmc_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/sama5d2_xplained_mmc_defconfig b/configs/sama5d2_xplained_mmc_defconfig index 871ade2135..255fb0fa7d 100644 --- a/configs/sama5d2_xplained_mmc_defconfig +++ b/configs/sama5d2_xplained_mmc_defconfig @@ -89,11 +89,10 @@ CONFIG_ATMEL_USART=y CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_ATMEL_QSPI=y -CONFIG_TIMER=y CONFIG_SYSRESET=y CONFIG_SPL_SYSRESET=y -CONFIG_SYSRESET_CMD_RESET=y CONFIG_SYSRESET_AT91=y +CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_ATMEL_TCB_TIMER=y CONFIG_SPL_ATMEL_TCB_TIMER=y |