Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/stand/gzboot Whoops, reenable some stuff.



details:   https://anonhg.NetBSD.org/src/rev/a1584ef656c4
branches:  trunk
changeset: 551264:a1584ef656c4
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 03 03:19:04 2003 +0000

description:
Whoops, reenable some stuff.

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 41a0cb6ccef7 -r a1584ef656c4 sys/arch/evbarm/stand/gzboot/Makefile
--- a/sys/arch/evbarm/stand/gzboot/Makefile     Wed Sep 03 03:18:30 2003 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile     Wed Sep 03 03:19:04 2003 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: Makefile,v 1.4 2003/09/03 03:18:32 mycroft Exp $
+#      $NetBSD: Makefile,v 1.5 2003/09/03 03:19:04 mycroft Exp $
 
 .if ${MACHINE_ARCH} == "arm"
 # Little endian platforms
-#SUBDIR=  ADI_BRH_flash_0x00140000
-#SUBDIR+= IQ80310_flash_0x00080000
-#SUBDIR+= IQ80321_flash_0xf0080000
+SUBDIR=  ADI_BRH_flash_0x00140000
+SUBDIR+= IQ80310_flash_0x00080000
+SUBDIR+= IQ80321_flash_0xf0080000
 SUBDIR+= SMDK2410_flash_0x00000000
-#SUBDIR+= SMDK2800_flash_0x00000000
-#SUBDIR+= SMDK2800_flash_0x00100000
+SUBDIR+= SMDK2800_flash_0x00000000
+SUBDIR+= SMDK2800_flash_0x00100000
 .else
 # Big endian platforms
 SUBDIR=  ADI_BRH_flash_0x00140000



Home | Main Index | Thread Index | Old Index