[U-Boot] [PATCH 6/6] Poseidon Compilation
Vivek
v.dalal at samsung.com
Wed Jul 1 14:17:12 CEST 2009
Changed Makefile to configure and compile for Poseidon Board.
Signed-off-by: Vivek Dalal <v.dalal at samsung.com>
---
Makefile | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Makefile b/Makefile
index a23fbf6..26463d6 100644
--- a/Makefile
+++ b/Makefile
@@ -3090,6 +3090,12 @@ omap2420h4_config : unconfig
qong_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 qong davedenx mx31
+poseidon_config : unconfig
+ @mkdir -p $(obj)include
+ @mkdir -p $(obj)onenand_ipl/board/poseidon
+ @echo "#define CONFIG_ONENAND_U_BOOT" > $(obj)include/config.h
+ @$(MKCONFIG) $(@:_config=) arm arm1136 poseidon NULL omap24xx
+ @echo "CONFIG_ONENAND_U_BOOT = y" >> $(obj)include/config.mk
#########################################################################
## ARM1176 Systems
More information about the U-Boot
mailing list