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:
parent
924f71fc3e
commit
af842f28b9
|
@ -68,7 +68,7 @@
|
|||
*/
|
||||
|
||||
#define IRAM_BASE 0x0000
|
||||
#ifdef CONFIG_ARCH_8052
|
||||
#ifdef CONFIG_ARCH_CHIP_8052
|
||||
# define IRAM_SIZE 0x0100
|
||||
#else
|
||||
# define IRAM_SIZE 0x0080
|
||||
|
|
|
@ -458,7 +458,7 @@ __start:
|
|||
.long MMU_L2_PGTABFLAGS /* L2 MMU flags to use */
|
||||
|
||||
#endif /* CONFIG_PAGING */
|
||||
.size _start, .-_start
|
||||
.size __start, .-__start
|
||||
|
||||
/****************************************************************************
|
||||
* Name: .Lvstart
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
/* On-chip modules -- The following may be unique to the 7032 */
|
||||
|
||||
#ifdef CONFIG_ARCH_SH7032
|
||||
#ifdef CONFIG_ARCH_CHIP_SH7032
|
||||
|
||||
/* DMAC */
|
||||
|
||||
|
@ -342,7 +342,7 @@
|
|||
|
||||
/* On-chip modules -- The following may be unique to the 7032 */
|
||||
|
||||
#ifdef CONFIG_ARCH_SH7032
|
||||
#ifdef CONFIG_ARCH_CHIP_SH7032
|
||||
|
||||
/* DMAC */
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
#include <nuttx/config.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef CONFIG_ARCH_SH7032
|
||||
#ifdef CONFIG_ARCH_CHIP_SH7032
|
||||
# include "sh1_703x.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue