X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fduovero.h;h=dccb369991cc8fac504d6f28ac7f30b7016dd1f0;hb=0223462b373b975d970fa86e5e1a7eadd1d41820;hp=c4496a7f48dffa28da9066b1237801cfaaabe24a;hpb=211aaf309cde193918f9a19b0b010acebfd80a82;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/duovero.h b/include/configs/duovero.h index c4496a7..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 @@ -30,14 +29,8 @@ #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_VARS_UBOOT_RUNTIME_CONFIG - #endif /* __CONFIG_DUOVERO_H */