Commit fdfaa29e49a9c34cc1f02cd53f74f374126cf6a8

Authored by Kim Phillips
Committed by Tom Rini
1 parent 8cb2101b90

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

include/configs/MPC8308RDB.h
... ... @@ -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 */
include/configs/MPC8313ERDB.h
... ... @@ -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 */
include/configs/MPC8315ERDB.h
... ... @@ -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
include/configs/MPC8323ERDB.h
... ... @@ -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 */
include/configs/MPC832XEMDS.h
... ... @@ -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 */
include/configs/MPC8349EMDS.h
... ... @@ -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 */
include/configs/MPC8349ITX.h
... ... @@ -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
include/configs/MPC837XEMDS.h
... ... @@ -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 */
include/configs/TQM834x.h
... ... @@ -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 */
include/configs/km/km8309-common.h
... ... @@ -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 */
include/configs/km/km8321-common.h
... ... @@ -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 */
include/configs/km8360.h
... ... @@ -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
include/configs/mpc8308_p1m.h
... ... @@ -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 */
include/configs/sbc8349.h
... ... @@ -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 */
include/configs/ve8313.h
... ... @@ -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 */
include/configs/vme8349.h
... ... @@ -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 */