summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 00:53:22 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 00:53:22 +0200
commit265817c7e6e55f1c2d05b8aa2080145291968b2e (patch)
tree039a6759c8fcfe262f0af106e7c5ac746d19478e /Makefile
parentb63de2c053999d95c71a93745c410a2ffc65327f (diff)
downloadtalos-obmc-uboot-265817c7e6e55f1c2d05b8aa2080145291968b2e.tar.gz
talos-obmc-uboot-265817c7e6e55f1c2d05b8aa2080145291968b2e.zip
Add support for AMD's Pb1x00 eval board;
add MII routines to the au1x00 ethernet driver; add USB ohci driver (work in progress) Patch by Thomas Sailer, 20 Jan 2005
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7f7e114eb7..c43cb2e834 100644
--- a/Makefile
+++ b/Makefile
@@ -1646,6 +1646,11 @@ dbau1550_el_config : unconfig
@echo "#define CONFIG_DBAU1550 1" >>include/config.h
@./mkconfig -a dbau1x00 mips mips dbau1x00
+pb1000_config : unconfig
+ @ >include/config.h
+ @echo "#define CONFIG_PB1000 1" >>include/config.h
+ @./mkconfig -a pb1x00 mips mips pb1x00
+
#########################################################################
## MIPS64 5Kc
#########################################################################
OpenPOWER on IntegriCloud