From 5774d10323df56f4c38687021f40abecec6ac2b8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 10 Mar 2008 23:37:56 +0000 Subject: Fixed of Z8F6423 -- still doesn't like correctly git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@732 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/z8f64200100kit/ostest/Make.defs | 4 ++-- nuttx/configs/z8f64200100kit/ostest/defconfig | 6 +++--- nuttx/configs/z8f64200100kit/ostest/ostest.linkcmd | 2 +- nuttx/configs/z8f64200100kit/ostest/setenv.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'nuttx/configs/z8f64200100kit/ostest') diff --git a/nuttx/configs/z8f64200100kit/ostest/Make.defs b/nuttx/configs/z8f64200100kit/ostest/Make.defs index 9c0e6ac11..8e2c0fa1e 100644 --- a/nuttx/configs/z8f64200100kit/ostest/Make.defs +++ b/nuttx/configs/z8f64200100kit/ostest/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/z8f4200100kit/ostest/Make.defs +# configs/z8f64200100kit/ostest/Make.defs # # Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt @@ -133,7 +133,7 @@ ARFLAGS = -quiet -warn # Linker definitions -LINKCMDTEMPLATE = $(TOPDIR)/configs/z8f4200100kit/ostest/ostest.linkcmd +LINKCMDTEMPLATE = $(TOPDIR)/configs/z8f64200100kit/ostest/ostest.linkcmd # Tool names/pathes diff --git a/nuttx/configs/z8f64200100kit/ostest/defconfig b/nuttx/configs/z8f64200100kit/ostest/defconfig index fb0ce85d0..c7ed5aa40 100644 --- a/nuttx/configs/z8f64200100kit/ostest/defconfig +++ b/nuttx/configs/z8f64200100kit/ostest/defconfig @@ -1,5 +1,5 @@ ############################################################################ -# configs/z8f4200100kit/ostest/defconfig +# configs/z8f64200100kit/ostest/defconfig # # Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt @@ -64,8 +64,8 @@ CONFIG_ARCH_CHIP_Z8F640X=n CONFIG_ARCH_CHIP_Z8F6403=n CONFIG_ARCH_CHIP_Z8F642X=y CONFIG_ARCH_CHIP_Z8F6423=y -CONFIG_ARCH_BOARD=z8f4200100kit -CONFIG_ARCH_BOARD_Z8F4200100KIT=y +CONFIG_ARCH_BOARD=z8f64200100kit +CONFIG_ARCH_BOARD_Z8F64200100KIT=y CONFIG_BOARD_LOOPSPERMSEC=1250 CONFIG_ENDIAN_BIG=y CONFIG_DRAM_SIZE=65536 diff --git a/nuttx/configs/z8f64200100kit/ostest/ostest.linkcmd b/nuttx/configs/z8f64200100kit/ostest/ostest.linkcmd index bf84789d5..dde246220 100755 --- a/nuttx/configs/z8f64200100kit/ostest/ostest.linkcmd +++ b/nuttx/configs/z8f64200100kit/ostest/ostest.linkcmd @@ -1,5 +1,5 @@ /****************************************************************************/ -/* configs/z8f4200100kit/ostest/ostest.linkcmd */ +/* configs/z8f64200100kit/ostest/ostest.linkcmd */ /* */ /* Copyright (C) 2008 Gregory Nutt. All rights reserved. */ /* Author: Gregory Nutt */ diff --git a/nuttx/configs/z8f64200100kit/ostest/setenv.sh b/nuttx/configs/z8f64200100kit/ostest/setenv.sh index eded14489..1c4e29504 100755 --- a/nuttx/configs/z8f64200100kit/ostest/setenv.sh +++ b/nuttx/configs/z8f64200100kit/ostest/setenv.sh @@ -1,5 +1,5 @@ #!/bin/bash -# configs/z8f4200100kit/ostest/setenv.sh +# configs/z8f64200100kit/ostest/setenv.sh # # Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt -- cgit v1.2.3