commit | 2ec330fcc2d11f8f420ad835c827c6ad29a44a06 | [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 | 3ff1ff3ff76c15efe0451309af084ee6c096c583 [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>