Change fdt-specific loader into a generic setup_data loader
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 22:16:03 +0000 (15:16 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 29 Jun 2012 22:16:03 +0000 (15:16 -0700)
commit443ce2a3ac055b4ec13f86a782a04be8453fd393
tree191c2b8836fcc89b0dd11ebcb871556188cd09ad
parent1eb311caecf1452a78013640db828fd40c9055d2
Change fdt-specific loader into a generic setup_data loader

Make it a generic setup_data loader keyed by type.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Thierry Reding <thierry.reding@avionic-design.de>
com32/include/syslinux/linux.h
com32/lib/Makefile
com32/lib/syslinux/fdt.c [deleted file]
com32/lib/syslinux/load_linux.c
com32/lib/syslinux/setup_data.c [new file with mode: 0644]
com32/modules/linux.c