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/sama5d4ek_spiflash_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/sama5d4ek_spiflash_defconfig')
-rw-r--r-- | configs/sama5d4ek_spiflash_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/sama5d4ek_spiflash_defconfig b/configs/sama5d4ek_spiflash_defconfig index fb4c58c434..0b86976df9 100644 --- a/configs/sama5d4ek_spiflash_defconfig +++ b/configs/sama5d4ek_spiflash_defconfig @@ -85,11 +85,10 @@ CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_ATMEL_USART=y CONFIG_SPI=y CONFIG_DM_SPI=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_PIT_TIMER=y CONFIG_SPL_ATMEL_PIT_TIMER=y |