diff options
| author | Matt Fleming <matt.fleming@intel.com> | 2012-12-06 10:13:41 +0000 |
|---|---|---|
| committer | Matt Fleming <matt.fleming@intel.com> | 2012-12-06 10:47:31 +0000 |
| commit | ddb10ce99c327888ade4d2ba3e4c50ad12aaa059 (patch) | |
| tree | b9f0cbe427b4a4d8441857990fd4410ee4635676 /com32/include/syslinux | |
| parent | e4b3ce2dd82ce2da85c37fd3f332ec2eb802b734 (diff) | |
| download | syslinux-ddb10ce99c327888ade4d2ba3e4c50ad12aaa059.tar.gz | |
Delete 16-bit COMBOOT supportsyslinux-5.00
16-bit COMBOOT files are no longer supported by Syslinux in 5.00 so
delete all references and change any 32-bit COMBOOT image references
to mention ELF instead.
Some of the COMBOOT stuff is still used internally so we can't nuke
core/comboot.inc yet, but that will disappear in a future release.
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'com32/include/syslinux')
| -rw-r--r-- | com32/include/syslinux/boot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/com32/include/syslinux/boot.h b/com32/include/syslinux/boot.h index aea32d9c..74a311df 100644 --- a/com32/include/syslinux/boot.h +++ b/com32/include/syslinux/boot.h @@ -61,7 +61,6 @@ extern const struct image_types image_boot_types[]; #define IMAGE_TYPE_BSS 3 #define IMAGE_TYPE_PXE 4 #define IMAGE_TYPE_FDIMAGE 5 -#define IMAGE_TYPE_COMBOOT 6 #define IMAGE_TYPE_COM32 7 #define IMAGE_TYPE_CONFIG 8 #define IMAGE_TYPE_LOCALBOOT 9 |
