Commits
Chris Packham committed 2ec330fcc2d
ARM: mvebu: don't dereference null bd pointer As mentioned in doc/README.arm-relocation gd->bd is not available in dram_init() so we shouldn't attempt to access it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>