Commit
fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8
Exists in
v2017.01-smarct4x
and in
38 other branches
8qm-imx_v2020.04_5.4.70_2.3.0, emb_lf_v2022.04, emb_lf_v2023.04, imx_v2015.04_4.1.15_1.0.0_ga, pitx_8mp_lf_v2020.04, smarc-8m-android-10.0.0_2.6.0, smarc-8m-android-11.0.0_2.0.0, smarc-8mp-android-11.0.0_2.0.0, smarc-imx6_v2018.03_4.14.98_2.0.0_ga, smarc-imx7_v2017.03_4.9.11_1.0.0_ga, smarc-imx7_v2018.03_4.14.98_2.0.0_ga, smarc-imx_v2015.04_4.1.15_1.0.0_ga, smarc-imx_v2017.03_4.9.11_1.0.0_ga, smarc-imx_v2017.03_4.9.88_2.0.0_ga, smarc-imx_v2017.03_o8.1.0_1.3.0_8m, smarc-imx_v2018.03_4.14.78_1.0.0_ga, smarc-m6.0.1_2.1.0-ga, smarc-n7.1.2_2.0.0-ga, smarc-rel_imx_4.1.15_2.0.0_ga, smarc_8m-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8m-imx_v2019.04_4.19.35_1.1.0, smarc_8m_00d0-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2018.03_4.14.98_2.0.0_ga, smarc_8mm-imx_v2019.04_4.19.35_1.1.0, smarc_8mm-imx_v2020.04_5.4.24_2.1.0, smarc_8mp_lf_v2020.04, smarc_8mq-imx_v2020.04_5.4.24_2.1.0, smarc_8mq_lf_v2020.04, ti-u-boot-2015.07, v2015.07-smarct33, v2015.07-smarct33-emmc, v2015.07-smarct4x, v2016.05-dlt, v2016.05-smarct3x, v2016.05-smarct3x-emmc, v2016.05-smarct4x, v2017.01-smarct3x, v2017.01-smarct3x-emmc
mpc83xx: preempt premature board support removal by setting GENERIC_BOARD
Boards that haven't been converted to GENERIC_BOARD does
*not* mean they should be removed.
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Showing
16 changed files
with
48 additions
and
0 deletions
Side-by-side Diff
... |
... |
@@ -9,6 +9,9 @@ |
9
|
9 |
#ifndef __CONFIG_H |
10
|
10 |
#define __CONFIG_H |
11
|
11 |
|
|
12 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
13 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
14 |
+ |
12
|
15 |
/* |
13
|
16 |
* High Level Configuration Options |
14
|
17 |
*/ |
... |
... |
@@ -10,6 +10,9 @@ |
10
|
10 |
#ifndef __CONFIG_H |
11
|
11 |
#define __CONFIG_H |
12
|
12 |
|
|
13 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
14 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
15 |
+ |
13
|
16 |
/* |
14
|
17 |
* High Level Configuration Options |
15
|
18 |
*/ |
... |
... |
@@ -9,6 +9,9 @@ |
9
|
9 |
#ifndef __CONFIG_H |
10
|
10 |
#define __CONFIG_H |
11
|
11 |
|
|
12 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
13 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
14 |
+ |
12
|
15 |
#define CONFIG_SYS_NAND_U_BOOT_SIZE (512 << 10) |
13
|
16 |
#define CONFIG_SYS_NAND_U_BOOT_DST 0x00100000 |
14
|
17 |
#define CONFIG_SYS_NAND_U_BOOT_START 0x00100100 |
... |
... |
@@ -9,6 +9,9 @@ |
9
|
9 |
#ifndef __CONFIG_H |
10
|
10 |
#define __CONFIG_H |
11
|
11 |
|
|
12 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
13 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
14 |
+ |
12
|
15 |
/* |
13
|
16 |
* High Level Configuration Options |
14
|
17 |
*/ |
... |
... |
@@ -7,6 +7,9 @@ |
7
|
7 |
#ifndef __CONFIG_H |
8
|
8 |
#define __CONFIG_H |
9
|
9 |
|
|
10 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
11 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
12 |
+ |
10
|
13 |
/* |
11
|
14 |
* High Level Configuration Options |
12
|
15 |
*/ |
... |
... |
@@ -13,6 +13,9 @@ |
13
|
13 |
#ifndef __CONFIG_H |
14
|
14 |
#define __CONFIG_H |
15
|
15 |
|
|
16 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
17 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
18 |
+ |
16
|
19 |
/* |
17
|
20 |
* High Level Configuration Options |
18
|
21 |
*/ |
... |
... |
@@ -40,6 +40,9 @@ |
40
|
40 |
#ifndef __CONFIG_H |
41
|
41 |
#define __CONFIG_H |
42
|
42 |
|
|
43 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
44 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
45 |
+ |
43
|
46 |
#if (CONFIG_SYS_TEXT_BASE == 0xFE000000) |
44
|
47 |
#define CONFIG_SYS_LOWBOOT |
45
|
48 |
#endif |
... |
... |
@@ -8,6 +8,9 @@ |
8
|
8 |
#ifndef __CONFIG_H |
9
|
9 |
#define __CONFIG_H |
10
|
10 |
|
|
11 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
12 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
13 |
+ |
11
|
14 |
/* |
12
|
15 |
* High Level Configuration Options |
13
|
16 |
*/ |
... |
... |
@@ -12,6 +12,9 @@ |
12
|
12 |
#ifndef __CONFIG_H |
13
|
13 |
#define __CONFIG_H |
14
|
14 |
|
|
15 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
16 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
17 |
+ |
15
|
18 |
/* |
16
|
19 |
* High Level Configuration Options |
17
|
20 |
*/ |
... |
... |
@@ -10,6 +10,9 @@ |
10
|
10 |
#ifndef __CONFIG_KM8309_COMMON_H |
11
|
11 |
#define __CONFIG_KM8309_COMMON_H |
12
|
12 |
|
|
13 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
14 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
15 |
+ |
13
|
16 |
/* |
14
|
17 |
* High Level Configuration Options |
15
|
18 |
*/ |
... |
... |
@@ -23,6 +23,9 @@ |
23
|
23 |
#ifndef __CONFIG_KM8321_COMMON_H |
24
|
24 |
#define __CONFIG_KM8321_COMMON_H |
25
|
25 |
|
|
26 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
27 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
28 |
+ |
26
|
29 |
/* |
27
|
30 |
* High Level Configuration Options |
28
|
31 |
*/ |
... |
... |
@@ -9,6 +9,9 @@ |
9
|
9 |
#ifndef __CONFIG_H |
10
|
10 |
#define __CONFIG_H |
11
|
11 |
|
|
12 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
13 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
14 |
+ |
12
|
15 |
/* KMBEC FPGA (PRIO) */ |
13
|
16 |
#define CONFIG_SYS_KMBEC_FPGA_BASE 0xE8000000 |
14
|
17 |
#define CONFIG_SYS_KMBEC_FPGA_SIZE 64 |
... |
... |
@@ -9,6 +9,9 @@ |
9
|
9 |
#ifndef __CONFIG_H |
10
|
10 |
#define __CONFIG_H |
11
|
11 |
|
|
12 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
13 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
14 |
+ |
12
|
15 |
/* |
13
|
16 |
* High Level Configuration Options |
14
|
17 |
*/ |
... |
... |
@@ -15,6 +15,9 @@ |
15
|
15 |
#ifndef __CONFIG_H |
16
|
16 |
#define __CONFIG_H |
17
|
17 |
|
|
18 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
19 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
20 |
+ |
18
|
21 |
/* |
19
|
22 |
* High Level Configuration Options |
20
|
23 |
*/ |
... |
... |
@@ -13,6 +13,9 @@ |
13
|
13 |
#ifndef __CONFIG_H |
14
|
14 |
#define __CONFIG_H |
15
|
15 |
|
|
16 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
17 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
18 |
+ |
16
|
19 |
/* |
17
|
20 |
* High Level Configuration Options |
18
|
21 |
*/ |
... |
... |
@@ -18,6 +18,9 @@ |
18
|
18 |
#ifndef __CONFIG_H |
19
|
19 |
#define __CONFIG_H |
20
|
20 |
|
|
21 |
+#define CONFIG_SYS_GENERIC_BOARD |
|
22 |
+#define CONFIG_DISPLAY_BOARDINFO |
|
23 |
+ |
21
|
24 |
/* |
22
|
25 |
* Top level Makefile configuration choices |
23
|
26 |
*/ |