commit | b4dc0bddbf1bfa8697ae888d472c25d82d52dc95 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Dec 06 03:41:57 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Mar 09 08:14:24 2013 +0100 |
tree | a7b23c210c17ffa98c681e74e0478383186af1fe | |
parent | fc959081d41aab2d6f4614c5fb3dd1b77ffcdcf4 [diff] |
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>