Commit b55ae40249545eabb9d6bfb850b1400a32561b1f

Authored by Marcel Ziswiler
Committed by Wolfgang Denk
1 parent 3b6a9267f0

FDT: remove obsolete OF_CPU and OF_SOC macros.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@noser.com>
Acked-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Heiko Schocher <hs@denx.de>

Showing 8 changed files with 4 additions and 13 deletions Side-by-side Diff

... ... @@ -368,8 +368,10 @@
368 368 * Adds the "fdt" command
369 369 * The bootm command automatically updates the fdt
370 370  
371   - OF_CPU - The proper name of the cpus node.
372   - OF_SOC - The proper name of the soc node.
  371 + OF_CPU - The proper name of the cpus node (only required for
  372 + MPC512X and MPC5xxx based boards).
  373 + OF_SOC - The proper name of the soc node (only required for
  374 + MPC512X and MPC5xxx based boards).
373 375 OF_TBCLK - The timebase frequency.
374 376 OF_STDOUT_PATH - The path to the console device
375 377  
include/configs/IDS8247.h
... ... @@ -125,8 +125,6 @@
125 125 #define CONFIG_OF_LIBFDT 1
126 126 #define CONFIG_OF_BOARD_SETUP 1
127 127  
128   -#define OF_CPU "PowerPC,8247@0"
129   -#define OF_SOC "soc@f0000000"
130 128 #define OF_TBCLK (bd->bi_busfreq / 4)
131 129 #define OF_STDOUT_PATH "/soc@f0000000/serial8250@e0008000"
132 130  
include/configs/MPC8260ADS.h
... ... @@ -209,7 +209,6 @@
209 209 #define CONFIG_OF_LIBFDT 1
210 210 #define CONFIG_OF_BOARD_SETUP 1
211 211 #if defined(CONFIG_OF_LIBFDT)
212   -#define OF_CPU "cpu@0"
213 212 #define OF_TBCLK (bd->bi_busfreq / 4)
214 213 #endif
215 214  
include/configs/linkstation.h
... ... @@ -96,8 +96,6 @@
96 96  
97 97 #define CONFIG_OF_LIBFDT 1
98 98  
99   -#define OF_CPU "PowerPC,603e"
100   -#define OF_SOC "soc10x@80000000"
101 99 #define OF_STDOUT_PATH "/soc10x/serial@80004600"
102 100  
103 101 /* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
include/configs/mgcoge.h
... ... @@ -347,8 +347,6 @@
347 347 #define CONFIG_OF_LIBFDT 1
348 348 #define CONFIG_OF_BOARD_SETUP 1
349 349  
350   -#define OF_CPU "PowerPC,8247@0"
351   -#define OF_SOC "soc@f0000000"
352 350 #define OF_TBCLK (bd->bi_busfreq / 4)
353 351 #define OF_STDOUT_PATH "/soc/cpm/serial@11a90"
354 352  
include/configs/mpc7448hpc2.h
... ... @@ -79,7 +79,6 @@
79 79 #define CONFIG_OF_LIBFDT 1
80 80 #define CONFIG_OF_BOARD_SETUP 1
81 81  
82   -#define OF_CPU "PowerPC,7448@0"
83 82 #define OF_TSI "tsi108@c0000000"
84 83 #define OF_TBCLK (bd->bi_busfreq / 8)
85 84 #define OF_STDOUT_PATH "/tsi108@c0000000/serial@7808"
include/configs/muas3001.h
... ... @@ -405,8 +405,6 @@
405 405 #define CONFIG_OF_LIBFDT 1
406 406 #define CONFIG_OF_BOARD_SETUP 1
407 407  
408   -#define OF_CPU "PowerPC,8270@0"
409   -#define OF_SOC "soc@f0000000"
410 408 #define OF_TBCLK (bd->bi_busfreq / 4)
411 409 #if defined(CONFIG_MUAS_DEV_BOARD)
412 410 #define OF_STDOUT_PATH "/soc/cpm/serial@11a90"
include/configs/stxxtc.h
... ... @@ -509,7 +509,6 @@
509 509 /* pass open firmware flattened device tree */
510 510 #define CONFIG_OF_LIBFDT 1
511 511  
512   -#define OF_CPU "PowerPC,MPC870@0"
513 512 #define OF_TBCLK (MPC8XX_HZ / 16)
514 513  
515 514 #endif /* __CONFIG_H */