diff options
| author | Tom Rini <[email protected]> | 2019-05-03 14:22:23 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-03 14:22:23 -0400 |
| commit | 90c2ebd2156982eee1af6faa00f6740e9f79b3c5 (patch) | |
| tree | 65408be4e60989d77b7b65f7cf5cb0e697b0b62d /arch | |
| parent | b362fe0848df60569bdb867b7627151747eb6e23 (diff) | |
| parent | 5859a39a43d15cb775478bd4537e9a2eac1c4cf2 (diff) | |
Merge git://git.denx.de/u-boot-marvell
- Fix in kwbimage (return code checking) (Young Xiao)
- Misc updates to Turris Omnia (Marek)
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-mvebu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index f99bd3bf656..a832e1dc8c9 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -116,6 +116,13 @@ config TARGET_DB_88F6820_AMC config TARGET_TURRIS_OMNIA bool "Support Turris Omnia" select 88F6820 + select BOARD_LATE_INIT + select DM_I2C + select I2C_MUX + select I2C_MUX_PCA954x + select SPL_I2C_MUX + select SYS_I2C_MVTWSI + select ATSHA204A config TARGET_TURRIS_MOX bool "Support Turris Mox" |
