mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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>
This commit is contained in:
parent
79ea6b8701
commit
95ffaba390
15 changed files with 1676 additions and 32 deletions
6
include/linux/ioctl.h
Normal file
6
include/linux/ioctl.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _LINUX_IOCTL_H
|
||||
#define _LINUX_IOCTL_H
|
||||
|
||||
#include <asm/ioctl.h>
|
||||
|
||||
#endif /* _LINUX_IOCTL_H */
|
Loading…
Add table
Add a link
Reference in a new issue