commit | d98a5bd0376f9ff932e97893fc5a518a32aa76ec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 08:21:56 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 28 20:43:58 2014 -0600 |
tree | 20972aa414b45af84a56fcc4d7ec3965df57d705 | |
parent | 463fac2e92e39fd999cbef27af61600de6183f20 [diff] |
x86: Move kernel boot function to arch/x86/lib/bootm.c The boot_zimage() function is badly named it can also boot a raw kernel. Rename it, and try to avoid pointers for memory addresses as it involves lots of casting. Signed-off-by: Simon Glass <sjg@chromium.org>