diff options
author | Marcel Ziswiler <marcel@ziswiler.com> | 2009-09-09 19:18:41 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-09-22 20:59:27 (GMT) |
commit | b55ae40249545eabb9d6bfb850b1400a32561b1f (patch) | |
tree | 524fde07f3a3b5f4fcc013f6bd391ed14cad452a /README | |
parent | 3b6a9267f0de7b85d387fa4123d0b58379363447 (diff) | |
download | u-boot-b55ae40249545eabb9d6bfb850b1400a32561b1f.tar.xz |
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>
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 |