X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fduovero.h;h=dccb369991cc8fac504d6f28ac7f30b7016dd1f0;hb=4862830b696a6d0750e19d32a82553cdb41a85f8;hp=98afe27287d654c8ba7891ccd4fe7540a3c56e81;hpb=4bf11dc88c246c354ab6060309018a8feb97ec10;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/duovero.h b/include/configs/duovero.h index 98afe27..dccb369 100644 --- a/include/configs/duovero.h +++ b/include/configs/duovero.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright: 2013 * Gumstix, Inc - http://www.gumstix.com @@ -5,8 +6,6 @@ * * Configuration settings for the Gumstix DuoVero board. * See omap4_common.h for OMAP4 common part - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_DUOVERO_H @@ -16,39 +15,22 @@ * High Level Configuration Options */ #define CONFIG_DUOVERO -#define MACH_TYPE_OMAP4_DUOVERO 4097 /* Until the next sync */ -#define CONFIG_MACH_TYPE MACH_TYPE_OMAP4_DUOVERO +#define CONFIG_MACH_TYPE MACH_TYPE_DUOVERO #include -#undef CONFIG_SPL_OS_BOOT -#undef CONFIG_EFI_PARTITION - #undef CONFIG_SYS_EMIF_PRECALCULATED_TIMING_REGS #define CONFIG_SYS_AUTOMATIC_SDRAM_DETECTION #define CONFIG_SYS_DEFAULT_LPDDR2_TIMINGS /* USB UHH support options */ -#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 #define CONFIG_SYS_ENABLE_PADS_ALL -#define CONFIG_SMC911X -#define CONFIG_SMC911X_32_BIT -#define CONFIG_SMC911X_BASE 0x2C000000 - /* GPIO */ /* ENV related config options */ -#define CONFIG_ENV_IS_NOWHERE - -#define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #endif /* __CONFIG_DUOVERO_H */