diff options
| author | Marcel Ziswiler <[email protected]> | 2009-09-09 21:18:41 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2009-09-22 22:59:27 +0200 |
| commit | b55ae40249545eabb9d6bfb850b1400a32561b1f (patch) | |
| tree | 524fde07f3a3b5f4fcc013f6bd391ed14cad452a /README | |
| parent | 3b6a9267f0de7b85d387fa4123d0b58379363447 (diff) | |
FDT: remove obsolete OF_CPU and OF_SOC macros.
Signed-off-by: Marcel Ziswiler <[email protected]>
Acked-by: Guennadi Liakhovetski <[email protected]>
Acked-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -368,8 +368,10 @@ The following options need to be configured: * Adds the "fdt" command * The bootm command automatically updates the fdt - OF_CPU - The proper name of the cpus node. - OF_SOC - The proper name of the soc node. + OF_CPU - The proper name of the cpus node (only required for + MPC512X and MPC5xxx based boards). + OF_SOC - The proper name of the soc node (only required for + MPC512X and MPC5xxx based boards). OF_TBCLK - The timebase frequency. OF_STDOUT_PATH - The path to the console device |
