u-boot/arch/arm
Simon Glass 7f8c070ff9 tegra2: Don't use board pointer before it is set up
In board_init_f() the gd->bd pointer is not valid when dram_init() is called.
This only avoids dying because DRAM is at zero on Tegra2. The common ARM
routine sets up the banks in the same way anyway, so we can just remove this
code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
2011-12-09 17:30:09 +01:00
..
cpu tegra2: Don't use board pointer before it is set up 2011-12-09 17:30:09 +01:00
include/asm arm: Move CP15 init out of cpu_init_crit() 2011-12-09 17:30:09 +01:00
lib arm: printf() is not available in some SPL configurations 2011-12-06 23:59:37 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00