X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fgplugd.h;h=efff3098a5014963c4a1acc95943fead96e21c3d;hb=48680493092b72f084b60757889fae3d7ee62058;hp=98133092470069a5a776287f3afb8f1ee8ecd082;hpb=5721385b187b3154c7768e6c182501022f4e2e45;p=oweals%2Fu-boot.git diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 9813309247..efff3098a5 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -70,8 +70,10 @@ #define CONFIG_SYS_NO_FLASH /* Declare no flash (NOR/SPI) */ #include #define CONFIG_CMD_I2C -#define CONFIG_CMD_AUTOSCRIPT #undef CONFIG_CMD_FPGA +#define CONFIG_CMD_USB +#define CONFIG_CMD_EXT2 +#define CONFIG_CMD_FAT /* Disable DCACHE */ #define CONFIG_SYS_DCACHE_OFF @@ -134,4 +136,15 @@ #define CONFIG_CMD_EDITENV #define CONFIG_CMD_SAVEENV +#ifdef CONFIG_CMD_USB +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_ARMADA100 +#define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_STORAGE +#endif /* CONFIG_CMD_USB */ + +#define CONFIG_DOS_PARTITION +#define CONFIG_ISO_PARTITION +#define CONFIG_SUPPORT_VFAT + #endif /* __CONFIG_GPLUGD_H */