summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-02-06 09:44:35 +0100
committerTom Rini <trini@konsulko.com>2018-02-08 10:17:17 -0500
commit25c5b4e1bf5d5cf6d779a4ea1600694fe06172dd (patch)
treecaf89b131b73d34521fa7a9e1173ca7abe19e305 /include/configs
parentc5343d4e1113bc0fe0adabd635453323882946bf (diff)
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/apx4devkit.h1
-rw-r--r--include/configs/bg0900.h3
-rw-r--r--include/configs/m28evk.h1
-rw-r--r--include/configs/mx28evk.h1
-rw-r--r--include/configs/sc_sps_1.h1
-rw-r--r--include/configs/ts4600.h3
6 files changed, 0 insertions, 10 deletions
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h
index 903834cd2ed..cd65b75250d 100644
--- a/include/configs/apx4devkit.h
+++ b/include/configs/apx4devkit.h
@@ -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 */
diff --git a/include/configs/bg0900.h b/include/configs/bg0900.h
index 03700b0b7bb..0043050b607 100644
--- a/include/configs/bg0900.h
+++ b/include/configs/bg0900.h
@@ -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 */
diff --git a/include/configs/m28evk.h b/include/configs/m28evk.h
index ad6995d1a03..d44cf786d70 100644
--- a/include/configs/m28evk.h
+++ b/include/configs/m28evk.h
@@ -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 */
diff --git a/include/configs/mx28evk.h b/include/configs/mx28evk.h
index 4ada3845479..bc58ca5c62d 100644
--- a/include/configs/mx28evk.h
+++ b/include/configs/mx28evk.h
@@ -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 */
diff --git a/include/configs/sc_sps_1.h b/include/configs/sc_sps_1.h
index e929a071cb5..7eae0cc51e8 100644
--- a/include/configs/sc_sps_1.h
+++ b/include/configs/sc_sps_1.h
@@ -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 */
diff --git a/include/configs/ts4600.h b/include/configs/ts4600.h
index 59565c60e37..bbe268e51c3 100644
--- a/include/configs/ts4600.h
+++ b/include/configs/ts4600.h
@@ -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 */