]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5200: spl_boot.c: Change init oder to first enable printf
authorStefan Roese <sr@denx.de>
Thu, 6 Dec 2012 03:41:57 +0000 (03:41 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 9 Mar 2013 07:14:24 +0000 (08:14 +0100)
commitb4dc0bddbf1bfa8697ae888d472c25d82d52dc95
treea7b23c210c17ffa98c681e74e0478383186af1fe
parentfc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4
mpc5200: spl_boot.c: Change init oder to first enable printf

On MPC5200, the initial RAM (and gd) is located in the internal
SRAM. So we can actually call the preloader console init code
before calling initdram(). This makes serial output (printf)
available very early, even before SDRAM init, which has been
an U-Boot priciple from day 1.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/mpc5xxx/spl_boot.c