arm: imx: mx28: Move MX28 selection to Kconfig
The motivation for moving MX28 selection to Kconfig is to be able to better handle NAND MXS selection through Kconfig. This selection method also aligns with the way other i.MX SoCs are selected in U-Boot. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
#define __CONFIGS_APX4DEVKIT_H__
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_APX4DEVKIT
|
||||
|
||||
/* Memory configuration */
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
#ifndef __CONFIGS_BG0900_H__
|
||||
#define __CONFIGS_BG0900_H__
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
|
||||
/* Memory configuration */
|
||||
#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */
|
||||
#define PHYS_SDRAM_1 0x40000000 /* Base address */
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
#define __CONFIGS_M28EVK_H__
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_M28EVK
|
||||
|
||||
#define CONFIG_TIMESTAMP /* Print image info with timestamp */
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
#define __CONFIGS_MX28EVK_H__
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_MX28EVK
|
||||
|
||||
/* Memory configuration */
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#define __CONFIGS_SC_SPS_1_H__
|
||||
|
||||
/* System configuration */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_SC_SPS_1
|
||||
|
||||
/* U-Boot Commands */
|
||||
|
||||
@@ -14,9 +14,6 @@
|
||||
#ifndef __CONFIGS_TS4600_H__
|
||||
#define __CONFIGS_TS4600_H__
|
||||
|
||||
/* System configurations */
|
||||
#define CONFIG_MX28 /* i.MX28 SoC */
|
||||
|
||||
/* U-Boot Commands */
|
||||
|
||||
/* Memory configuration */
|
||||
|
||||
Reference in New Issue
Block a user