X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fmv-plug-common.h;h=d38d9872c006cd3911def960c2b459b3da28c484;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=81c07a889a36b600b6b47cdde0cb27590637906b;hpb=582d97b6d37ed1bfce575c32d3847a42fc633b8e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/mv-plug-common.h b/include/configs/mv-plug-common.h index 81c07a8..d38d987 100644 --- a/include/configs/mv-plug-common.h +++ b/include/configs/mv-plug-common.h @@ -11,10 +11,6 @@ * High Level Configuration Options (easy to change) */ #define CONFIG_KW88F6281 1 /* SOC Name */ -#define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ - -/* Add target to build it automatically upon "make" */ -#define CONFIG_BUILD_TARGET "u-boot.kwb" /* * mv-common.h should be defined after CMD configs since it used them @@ -22,11 +18,4 @@ */ #include "mv-common.h" -/* - * RTC driver configuration - */ -#ifdef CONFIG_CMD_DATE -#define CONFIG_RTC_MV -#endif /* CONFIG_CMD_DATE */ - #endif /* _CONFIG_MARVELL_PLUG_H */