X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=9951980836d4e8e4fbffe0646a7378643ae71fa5;hb=cbb89ed026e761b58a2568fea7b98135abcefe21;hp=e97c5e30da5367668e1f2a1ce0701c25137a49cf;hpb=b491d9757d14415edcb1468ed896a704d0f0cfe7;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index e97c5e3..9951980 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -17,13 +17,6 @@ */ /* USB UHH support options */ -#define CONFIG_CMD_USB -#define CONFIG_USB_HOST -#define CONFIG_USB_EHCI -#define CONFIG_USB_EHCI_OMAP -#define CONFIG_USB_STORAGE -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 - #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 1 #define CONFIG_OMAP_EHCI_PHY2_RESET_GPIO 62 @@ -33,23 +26,16 @@ #define CONFIG_UBOOT_ENABLE_PADS_ALL -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP - #include -#define CONFIG_CMD_NET /* GPIO */ -#define CONFIG_CMD_GPIO /* ENV related config options */ #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG -#define CONFIG_ENV_IS_IN_FAT #define FAT_ENV_INTERFACE "mmc" #define FAT_ENV_DEVICE_AND_PART "0:1" #define FAT_ENV_FILE "uboot.env" -#define CONFIG_CMD_SAVEENV #define CONFIG_ENV_OVERWRITE #endif /* __CONFIG_PANDA_H */