Changed Makefile to configure and compile for Poseidon Board. Signed-off-by: Vivek Dalal <v.da...@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 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot