commit | c74e3295ae4a5338f91e971aee1638fa08a9b97d | [log] [tgz] |
---|---|---|
author | Hannes Schmelzer <hannes.schmelzer@br-automation.com> | Thu Oct 11 07:44:42 2018 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Oct 22 17:51:45 2018 +0800 |
tree | d57d8b1f9fe75028e21d0d8e18d8b19e7a5a82b7 | |
parent | 97d20f69f53e7586394e48805f25f23d9a3ebaa8 [diff] |
x86/bootm: fix error handling in boot_prep_linux(...) Once we get a zero pointer from load_zimage(...) we must bunch out instead of continue boot. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>