9
0
Fork 0

[ARM] Remove ARCH_NUMBERs from config.h and put them into Kconfig

This commit is contained in:
Sascha Hauer 2008-02-20 19:03:24 +01:00
parent f95ec8a32d
commit 9beb36884b
5 changed files with 11 additions and 5 deletions

View File

@ -13,6 +13,16 @@ config ARCH_TEXT_BASE
#
#
#
config ARCH_NUMBER
int
default 160 if MACH_MX1ADS
default 508 if MACH_SCB9328
default 905 if MACH_NXDB500
default 702 if MACH_ECO920
default 1551 if MACH_PCM038
default 846 if MACH_IMX27ADS
default 1147 if MACH_PCM037
config BOARDINFO
default "Synertronixx scb9328" if MACH_SCB9328

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
#ifndef __CONFIG_H
#define __CONFIG_H
@ -25,7 +25,6 @@
#include <asm/mach-types.h>
#define CONFIG_ARCH_NUMBER MACH_TYPE_MX27ADS
#define CONFIG_BOOT_PARAMS 0xa0000100
#define CFG_MALLOC_LEN (4096 << 10)
#define CONFIG_STACKSIZE ( 120 << 10) /* stack size */

View File

@ -22,7 +22,6 @@
#include <asm/mach-types.h>
#define CONFIG_ARCH_NUMBER 1147 /* FIXME */
#define CONFIG_BOOT_PARAMS 0x08000100
/*

View File

@ -25,7 +25,6 @@
#include <asm/mach-types.h>
#define CONFIG_ARCH_NUMBER MACH_TYPE_PCM038
#define CONFIG_BOOT_PARAMS 0xa0000100
#define CFG_MALLOC_LEN (4096 << 10)
#define CONFIG_STACKSIZE ( 120 << 10) /* stack size */

View File

@ -26,7 +26,6 @@
#include <asm/mach-types.h>
#define CONFIG_ARCH_NUMBER MACH_TYPE_SCB9328
#define CONFIG_BOOT_PARAMS 0x08000100
/*