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 Make these images concatenating...
details: https://anonhg.NetBSD.org/src/rev/561bb3586997
branches: trunk
changeset: 546432:561bb3586997
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Apr 29 05:36:20 2003 +0000
description:
Make these images concatenating images.
diffstat:
sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/Makefile | 4 ++--
sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/Makefile | 4 ++--
sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (48 lines):
diff -r 5ae3c4f43629 -r 561bb3586997 sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/Makefile
--- a/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/Makefile Tue Apr 29 05:35:08 2003 +0000
+++ b/sys/arch/evbarm/stand/gzboot/ADI_BRH_flash_0x00140000/Makefile Tue Apr 29 05:36:20 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2003/03/25 23:38:00 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2003/04/29 05:36:20 thorpej Exp $
S= ${.CURDIR}/../../../../..
PLATFORM= ADI_BRH
RELOC= 0x00140000
-MAXIMAGESIZE= 2097152 # 2M
+MAXIMAGESIZE= 0 # concatenate
LOADADDR= 0xc0200000
CPPFLAGS+= -DBECC_SUPPORT_V7
diff -r 5ae3c4f43629 -r 561bb3586997 sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/Makefile
--- a/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/Makefile Tue Apr 29 05:35:08 2003 +0000
+++ b/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x00080000/Makefile Tue Apr 29 05:36:20 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1 2003/04/29 05:04:37 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2003/04/29 05:36:20 thorpej Exp $
S= ${.CURDIR}/../../../../..
PLATFORM= IQ80310
RELOC= 0x80000
-MAXIMAGESIZE= 2097152 # 2M
+MAXIMAGESIZE= 0 # concatenate
LOADADDR= 0xa0200000
CPPFLAGS+= -DCONSPEED=115200
diff -r 5ae3c4f43629 -r 561bb3586997 sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile
--- a/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile Tue Apr 29 05:35:08 2003 +0000
+++ b/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile Tue Apr 29 05:36:20 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2002/04/25 01:47:54 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 2003/04/29 05:36:20 thorpej Exp $
S= ${.CURDIR}/../../../../..
PLATFORM= IQ80321
RELOC= 0xf0080000
-MAXIMAGESIZE= 2097152 # 2M
+MAXIMAGESIZE= 0 # concatenate
LOADADDR= 0xa0200000
CPPFLAGS+= -DCONSPEED=115200
Home |
Main Index |
Thread Index |
Old Index