]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
authorJerry Van Baren <gvb.uboot@gmail.com>
Thu, 5 Jul 2007 01:34:24 +0000 (21:34 -0400)
committerKim Phillips <kim.phillips@freescale.com>
Fri, 10 Aug 2007 06:12:25 +0000 (01:12 -0500)
commit8be404459a6b7395415a57bb35e8377e3b2b5acb
tree05478441ba75e17876067286080d997ab049dce6
parent26d02c9bbac1751c5e19294f000100b48d43a920
mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled

Several node strings were not correct (trailing slashes and properties
  in the strings)
Added setting of the timebase-frequency.
Improved error messages and use debug() instead of printf().

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
cpu/mpc83xx/cpu.c