X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fomap4_panda.h;h=e1263b68bcf25bfa6d17ab73e202e2ef7f7dbf6a;hb=5c84ad097d829bb1e6460438f33e1536b23b3c9b;hp=3313f96fef4da0cf9e3725d78f1e55853eaf04fe;hpb=6eed3786c68c8a49d2986ac4f9f6e3071b769d41;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 3313f96..e1263b6 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -17,11 +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 @@ -33,13 +28,9 @@ #define CONFIG_UBOOT_ENABLE_PADS_ALL -#define CONFIG_CMD_PING -#define CONFIG_CMD_DHCP - #include /* GPIO */ -#define CONFIG_CMD_GPIO /* ENV related config options */ @@ -48,7 +39,6 @@ #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 */