From a4884831745d713169dc2ec94b3625eddf54b09c Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Wed, 22 Oct 2014 12:13:19 +0200 Subject: arm: armada-xp: Add basic support for the maxBCM board The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It integrates an SPI NOR flash and an Marvell 88E6185 switch. Signed-off-by: Stefan Roese --- configs/maxbcm_defconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 configs/maxbcm_defconfig (limited to 'configs/maxbcm_defconfig') diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig new file mode 100644 index 0000000000..4bcffd8c2d --- /dev/null +++ b/configs/maxbcm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MAXBCM=y -- cgit v1.2.1