commit | 76539383ea0288985dc6216a92e3d7961df958b3 | [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 | 200182a748afd430da97b707dc5dff53c3147b5f [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>