summaryrefslogtreecommitdiff
path: root/include/linux/ioctl.h
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2010-04-24 00:05:49 +1000
committerWolfgang Denk <wd@denx.de>2010-05-06 00:17:01 +0200
commit95ffaba39042064c5eb68404894fd6b0f1d6a3e3 (patch)
tree6a0a1572913552b1f6a94987a341677c00dbfc36 /include/linux/ioctl.h
parent79ea6b87011c0524ced31359e2be7aac97c29d0a (diff)
downloadu-boot-imx-95ffaba39042064c5eb68404894fd6b0f1d6a3e3.zip
u-boot-imx-95ffaba39042064c5eb68404894fd6b0f1d6a3e3.tar.gz
u-boot-imx-95ffaba39042064c5eb68404894fd6b0f1d6a3e3.tar.bz2
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>
Diffstat (limited to 'include/linux/ioctl.h')
-rw-r--r--include/linux/ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/ioctl.h b/include/linux/ioctl.h
new file mode 100644
index 0000000..7e55c36
--- /dev/null
+++ b/include/linux/ioctl.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_IOCTL_H
+#define _LINUX_IOCTL_H
+
+#include <asm/ioctl.h>
+
+#endif /* _LINUX_IOCTL_H */