mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08: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
@ -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…
Reference in New Issue
Block a user