summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-07-16 20:58:01 +0530
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-07-18 20:41:42 +0200
commit4abc5bffea244589fa1097e4c899a63efc609c8e (patch)
treedce2a8ff0383d729b544d5e07f8f78e8e9411bc0 /Makefile
parent55dd4ba5413b14e8ee24058c89ac5c05376c331c (diff)
downloadblackbird-obmc-uboot-4abc5bffea244589fa1097e4c899a63efc609c8e.tar.gz
blackbird-obmc-uboot-4abc5bffea244589fa1097e4c899a63efc609c8e.zip
Marvell MV88F6281GTW_GE Board support
This is Marvell's 88F6281_A0 based custom board developed for wireless access point product This patch is tested for- 1. Boot from DRAM/SPI flash/NFS 2. File transfer using tftp and loadb 3. SPI flash read/write/erase 4. Booting Linux kernel and RFS from SPI flash 5. Boot from USB supported Reviewed-by: Ronen Shitrit <rshitrit@marvell.com> Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71df09e3a4..a9ed74df5c 100644
--- a/Makefile
+++ b/Makefile
@@ -2893,6 +2893,9 @@ lpd7a400_config \
lpd7a404_config: unconfig
@$(MKCONFIG) $(@:_config=) arm lh7a40x lpd7a40x
+mv88f6281gtw_ge_config: unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood
+
mx1ads_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm920t mx1ads NULL imx
OpenPOWER on IntegriCloud