commit | 833f2b5e7f73001a84881d5d0124c5070bae6f53 | [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 | 6abd89b5ae888c55120d42600e8b0423cb086dad [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>