From 658717a7c4bcb7f69635d5ffd097b7c8179783ec Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Feb 2009 03:56:35 +0000 Subject: Bring all eZ80 config files to same level git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1530 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/ez80f910200zco/ostest/defconfig | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'nuttx/configs/ez80f910200zco/ostest/defconfig') diff --git a/nuttx/configs/ez80f910200zco/ostest/defconfig b/nuttx/configs/ez80f910200zco/ostest/defconfig index 9ce99eddb..7629b5b04 100644 --- a/nuttx/configs/ez80f910200zco/ostest/defconfig +++ b/nuttx/configs/ez80f910200zco/ostest/defconfig @@ -1,7 +1,7 @@ ############################################################################ # configs/ez80f910200zco/ostest/defconfig # -# Copyright (C) 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -58,8 +58,7 @@ # Define if the architecture suports prioritizaton of interrupts # and the up_prioritize_irq() API. # CONFIG_BOARD_LOOPSPERMSEC - for delay loops -# CONFIG_ENDIAN_BIG - Define for big-endian operation -# CONFIG_ENDIAN_BIG - define if big endian (default is little endian) +# CONFIG_ENDIAN_BIG - Define for big endian (default is little endian) # CONFIG_DRAM_SIZE - Describes the installed DRAM. # CONFIG_ARCH_LEDS - Use LEDs to show state. Unique to board architecture. # CONFIG_ARCH_BUTTONS - Provide button APIs. Unique to board architecture. @@ -84,7 +83,7 @@ CONFIG_ARCH_BUTTONS=n CONFIG_ARCH_TIMERHOOK=y # -# eZ8 specific device driver settings +# eZ80 specific device driver settings # # CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the # console and ttyS0 (default is the UART0). @@ -203,9 +202,9 @@ CONFIG_ARCH_LOWPUTC=y CONFIG_RR_INTERVAL=0 CONFIG_SCHED_INSTRUMENTATION=n CONFIG_TASK_NAME_SIZE=0 -CONFIG_START_YEAR=2008 -CONFIG_START_MONTH=12 -CONFIG_START_DAY=7 +CONFIG_START_YEAR=2009 +CONFIG_START_MONTH=2 +CONFIG_START_DAY=25 CONFIG_JULIAN_TIME=n CONFIG_HAVE_LOWUARTINIT=y CONFIG_DEV_CONSOLE=y -- cgit v1.2.3