diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-03 03:09:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-03 03:09:47 +0000 |
commit | 9b820e6f7a397dbf74f92b2596bd58fd2528283b (patch) | |
tree | 557abd9a84850f0cec55ac9d2637998df3f1afdb /packages/lilo-sh/files/lilo-0.21-include.patch | |
parent | d25e4d60596edd332dbfd2fc63c5e22899ac3600 (diff) |
lilo-sh 0.21: Add lilo-sh, a port of the LILO bootloader to the sh
architecture. Required for the titan SH4 boards to boot from the
internal flash which has a translation layer to make it look like a
standard block device.
Diffstat (limited to 'packages/lilo-sh/files/lilo-0.21-include.patch')
-rw-r--r-- | packages/lilo-sh/files/lilo-0.21-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/lilo-sh/files/lilo-0.21-include.patch b/packages/lilo-sh/files/lilo-0.21-include.patch new file mode 100644 index 0000000000..61e298013c --- /dev/null +++ b/packages/lilo-sh/files/lilo-0.21-include.patch @@ -0,0 +1,10 @@ +--- lilo.orig/common.h Wed Oct 14 17:44:28 1998 ++++ lilo/common.h Mon Dec 7 18:05:17 1998 +@@ -7,6 +7,7 @@ + #define COMMON_H + + #include <sys/stat.h> ++#include <asm/types.h> + #include <linux/genhd.h> + + #include "lilo.h" |