mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
i2c: mvtwsi: Add support for Marvell Armada XP
To support the Armada XP SoC, we just need to include the correct header. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Heiko Schocher <hs@denx.de> Tested-by: Luka Perkov <luka@openwrt.org>
This commit is contained in:
parent
4fb3f0c802
commit
6d5fe560a5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#if defined(CONFIG_ORION5X)
|
||||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_KIRKWOOD)
|
||||
#elif (defined(CONFIG_KIRKWOOD) || defined(CONFIG_ARMADA_XP))
|
||||
#include <asm/arch/soc.h>
|
||||
#elif defined(CONFIG_SUNXI)
|
||||
#include <asm/arch/i2c.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue