33 #include "bootstrap.h"
36 #if defined(LOADER_NET_SUPPORT)
40 struct devsw *devsw[] = {
41 #if defined(LOADER_DISK_SUPPORT) || defined(LOADER_CD9660_SUPPORT)
44 #if defined(LOADER_NET_SUPPORT)
49 struct fs_ops *file_system[] = {
50 #if defined(LOADER_UFS_SUPPORT)
53 #if defined(LOADER_CD9660_SUPPORT)
56 #if defined(LOADER_EXT2FS_SUPPORT)
59 #if defined(LOADER_NANDFS_SUPPORT)
62 #if defined(LOADER_NFS_SUPPORT)
65 #if defined(LOADER_TFTP_SUPPORT)
68 #if defined(LOADER_GZIP_SUPPORT)
71 #if defined(LOADER_BZIP2_SUPPORT)
76 struct netif_driver *netif_drivers[] = {
77 #if defined(LOADER_NET_SUPPORT)
82 struct file_format *file_formats[] = {&uboot_elf,
NULL};
84 extern struct console uboot_console;
86 struct console *consoles[] = {&uboot_console,
NULL};