diff options
author | Tom Rini <trini@konsulko.com> | 2018-08-24 16:11:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-08-24 16:11:12 -0400 |
commit | a376702f761be51227bfc8d0ae06722ec40687d8 (patch) | |
tree | c53eb4f6d480387f52b68f9688cb02a9919d1367 /configs/socfpga_arria10_defconfig | |
parent | 15fd1b7903a3090a03cfe453f661822a613a91ee (diff) | |
parent | a029f540c54c39847c329fc70b1b2e0ab6dedbcd (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'configs/socfpga_arria10_defconfig')
-rw-r--r-- | configs/socfpga_arria10_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/socfpga_arria10_defconfig b/configs/socfpga_arria10_defconfig index 4b0d47489a..a504035547 100644 --- a/configs/socfpga_arria10_defconfig +++ b/configs/socfpga_arria10_defconfig @@ -39,4 +39,7 @@ CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_MII=y CONFIG_SPI=y +CONFIG_TIMER=y +CONFIG_SPL_TIMER=y +CONFIG_DESIGNWARE_APB_TIMER=y CONFIG_USE_TINY_PRINTF=y |