Kconfig update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4616 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-04-16 15:45:33 +00:00
parent 924f71fc3e
commit af842f28b9
4 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@
*/ */
#define IRAM_BASE 0x0000 #define IRAM_BASE 0x0000
#ifdef CONFIG_ARCH_8052 #ifdef CONFIG_ARCH_CHIP_8052
# define IRAM_SIZE 0x0100 # define IRAM_SIZE 0x0100
#else #else
# define IRAM_SIZE 0x0080 # define IRAM_SIZE 0x0080

View File

@ -458,7 +458,7 @@ __start:
.long MMU_L2_PGTABFLAGS /* L2 MMU flags to use */ .long MMU_L2_PGTABFLAGS /* L2 MMU flags to use */
#endif /* CONFIG_PAGING */ #endif /* CONFIG_PAGING */
.size _start, .-_start .size __start, .-__start
/**************************************************************************** /****************************************************************************
* Name: .Lvstart * Name: .Lvstart

View File

@ -120,7 +120,7 @@
/* On-chip modules -- The following may be unique to the 7032 */ /* On-chip modules -- The following may be unique to the 7032 */
#ifdef CONFIG_ARCH_SH7032 #ifdef CONFIG_ARCH_CHIP_SH7032
/* DMAC */ /* DMAC */
@ -342,7 +342,7 @@
/* On-chip modules -- The following may be unique to the 7032 */ /* On-chip modules -- The following may be unique to the 7032 */
#ifdef CONFIG_ARCH_SH7032 #ifdef CONFIG_ARCH_CHIP_SH7032
/* DMAC */ /* DMAC */

View File

@ -43,7 +43,7 @@
#include <nuttx/config.h> #include <nuttx/config.h>
#include <stdint.h> #include <stdint.h>
#ifdef CONFIG_ARCH_SH7032 #ifdef CONFIG_ARCH_CHIP_SH7032
# include "sh1_703x.h" # include "sh1_703x.h"
#endif #endif