commit | 95ffaba39042064c5eb68404894fd6b0f1d6a3e3 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Apr 24 00:05:49 2010 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:17:01 2010 +0200 |
tree | 6a0a1572913552b1f6a94987a341677c00dbfc36 | |
parent | 79ea6b87011c0524ced31359e2be7aac97c29d0a [diff] |
x86: Fix support for booting bzImage Add support for newer (up to 2.6.33) kernels Add zboot command which takes the address of a bzImage as its first argument and (optionally) the size of the bzImage as the second argument (the second argument is needed for older kernels which do not include the bzImage size in the header) Signed-off-by: Graeme Russ <graeme.russ@gmail.com>