summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-09 20:09:04 +0000
committerwdenk <wdenk>2003-10-09 20:09:04 +0000
commit5da627a424b3ad2d38a81886ba4a18e5123a6788 (patch)
tree13d274effe8b9c740a07f4cb47989f3215c20bb4 /Makefile
parent15647dc7fd86bbaeb68740929ecb9f8473c7ceae (diff)
downloadtalos-obmc-uboot-5da627a424b3ad2d38a81886ba4a18e5123a6788.tar.gz
talos-obmc-uboot-5da627a424b3ad2d38a81886ba4a18e5123a6788.zip
* Patch by Steven Scholz, 10 Oct 2003
- Add support for Altera FPGA ACEX1K * Patches by Thomas Lange, 09 Oct 2003: - Endian swap ATA identity for all big endian CPUs, not just PPC - MIPS only: New option CONFIG_MEMSIZE_IN_BYTES for passing memsize args to linux - add support for dbau1x00 board (MIPS32)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 69d30f697c..463aeee338 100644
--- a/Makefile
+++ b/Makefile
@@ -959,6 +959,12 @@ DK1C20_config: unconfig
#########################################################################
+## MIPS32 AU1000
+#########################################################################
+dbau1x00_config : unconfig
+ @./mkconfig $(@:_config=) mips mips dbau1x00
+
+#########################################################################
#########################################################################
clean:
OpenPOWER on IntegriCloud