summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@fifi.denx.de>2006-06-16 17:32:31 +0200
committerWolfgang Denk <wd@fifi.denx.de>2006-06-16 17:32:31 +0200
commit0c32d96ddd7309b86ff92dfc1f3694908f174cf6 (patch)
tree1136126a58dfc4f89043f65532673128dc3c9b4f /Makefile
parentc12cffc543df621c162ba26e012c7f4ab0af496e (diff)
downloadtalos-obmc-uboot-0c32d96ddd7309b86ff92dfc1f3694908f174cf6.tar.gz
talos-obmc-uboot-0c32d96ddd7309b86ff92dfc1f3694908f174cf6.zip
Add support for gth2 board
Patch by Thomas Lange, Aug 11 2005
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e50fbe73a..9db3bf2071 100644
--- a/Makefile
+++ b/Makefile
@@ -1652,6 +1652,11 @@ cm4008_config : unconfig
cm41xx_config : unconfig
@./mkconfig $(@:_config=) arm arm920t cm41xx NULL ks8695
+gth2_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_GTH2 1" >>include/config.h
+ @./mkconfig -a gth2 mips mips gth2
+
#########################################################################
## S3C44B0 Systems
#########################################################################
OpenPOWER on IntegriCloud