diff options
author | Tom Rini | 2020-04-16 17:14:44 -0400 |
---|---|---|
committer | Tom Rini | 2020-04-16 17:14:44 -0400 |
commit | 0f238dab6d17caabe4f9781d23aaa6087139f2bd (patch) | |
tree | 4c3aaa186537f37fe3bfd6240862a74b32ffd837 /configs | |
parent | cf87f7cd8cdb35761103720a102df9bf5b88c1b2 (diff) | |
parent | 7b50db8242b62c85a19da9521b703faa858f4a63 (diff) |
Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc
This is pretty minor set of changes mostly touching HSDK board:
* Enable on-chip reset controller on HSDK
* Add possibility to turn-on & off L2$ on more
recent ARC HS processors.
* AXI tunnel clock calculation on HSDK
Diffstat (limited to 'configs')
-rw-r--r-- | configs/hsdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/hsdk_defconfig b/configs/hsdk_defconfig index 4830158d55a..84b22ed7c04 100644 --- a/configs/hsdk_defconfig +++ b/configs/hsdk_defconfig @@ -47,6 +47,7 @@ CONFIG_SPI_FLASH_SST=y CONFIG_DM_ETH=y CONFIG_ETH_DESIGNWARE=y CONFIG_MII=y +CONFIG_DM_RESET=y CONFIG_DM_SERIAL=y CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_ANNOUNCE=y |