commit | 24cf2a76180e37631386724b1896f5215147fe4c | [log] [tgz] |
---|---|---|
author | Chris Packham <judge.packham@gmail.com> | Tue Oct 22 20:05:25 2019 +1300 |
committer | Stefan Roese <sr@denx.de> | Thu Nov 14 08:28:39 2019 +0100 |
tree | 7cce0f13cc622451a6f6beb1454cbda4d7cdac47 | |
parent | f5b9ee2ca78ecad74716b4e3ed3a3a9753360a70 [diff] |
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>