diff options
author | Tom Rini | 2017-08-21 07:16:16 -0400 |
---|---|---|
committer | Tom Rini | 2017-08-21 07:16:16 -0400 |
commit | 8197d92843952b376915fdbcbf67c723feab1532 (patch) | |
tree | da0c744f5254b549498293dc2e148c59af0b9f8d /arch/arm/Kconfig | |
parent | 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383 (diff) | |
parent | 3444d1d40e9ee42ba7423f4fa6651703a8666bc1 (diff) |
Merge git://git.denx.de/u-boot-uniphier
- Fix unmet direct dependencies warning
- Remove old sLD3 SoC support
- Update reset data
- Add dr_mode DT property to avoid warning
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0e8dc0179bf..53d0831935c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1021,7 +1021,6 @@ config TARGET_COLIBRI_PXA270 config ARCH_UNIPHIER bool "Socionext UniPhier SoCs" select BOARD_LATE_INIT - select CLK_UNIPHIER select DM select DM_GPIO select DM_I2C |