Signed-off-by: Ryan Mallon <r...@bluewatersys.com>
---
 Makefile |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index fd21ef3..7d4ba28 100644
--- a/Makefile
+++ b/Makefile
@@ -901,6 +901,19 @@ TNY_A9260_config   :       unconfig
        @$(MKCONFIG) -n $@ -a tny_a9260 arm arm926ejs tny_a9260 calao at91
 
 ########################################################################
+## Bluewater Systems Boards
+########################################################################
+snapper9260_config \
+snapper9g20_config: unconfig
+       @mkdir -p $(obj)include
+       @if [ "$(findstring 9260, $@)" ]; then \
+               echo "#define CONFIG_SNAPPER9260 1" >> $(obj)include/config.h ; 
\
+       else \
+               echo "#define CONFIG_SNAPPER9G20 1" >> $(obj)include/config.h ; 
\
+       fi;
+       @$(MKCONFIG) -a snapper9260 arm arm926ejs snapper9260 bluewater at91
+
+########################################################################
 ## ARM Integrator boards - see doc/README-integrator for more info.
 integratorap_config    \
 ap_config              \
-- 
1.7.0.4

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to