From fbc8365ad7ab0afd4143bdbffab2fd0b24df004f Mon Sep 17 00:00:00 2001 From: Prafulla Wadaskar Date: Thu, 16 Jul 2009 21:02:24 +0530 Subject: Marvell RD6281A Board support This is Marvell's 88F6281_A0 based reference design board This patch is tested for- 1. Boot from DRAM/NAND flash/NFS 2. File transfer using tftp and loadb 3. NAND flash read/write/erase Signed-off-by: Prafulla Wadaskar Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a9ed74df5c5..12224add7c9 100644 --- a/Makefile +++ b/Makefile @@ -2961,6 +2961,9 @@ omap730p2_cs3boot_config : unconfig fi; @$(MKCONFIG) -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2 NULL omap +rd6281a_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood + sbc2410x_config: unconfig @$(MKCONFIG) $(@:_config=) arm arm920t sbc2410x NULL s3c24x0 -- cgit v1.3.1