From a4d88920e5d0b67a92f8041f5e0fac0ce027bb48 Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Fri, 29 Jul 2016 15:31:47 +0530 Subject: Kconfig: Move config IDENT_STRING to Kconfig Move the config IDENT_STRING to Kconfig and migrate all boards [sivadur: Migrate zynq boards] Signed-off-by: Siva Durga Prasad Paladugu [trini: Update configs, add some default to sunxi Kconfig] Signed-off-by: Tom Rini --- include/version.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/version.h') diff --git a/include/version.h b/include/version.h index 777e9f6..0494309 100644 --- a/include/version.h +++ b/include/version.h @@ -14,10 +14,6 @@ #include "generated/version_autogenerated.h" #endif -#ifndef CONFIG_IDENT_STRING -#define CONFIG_IDENT_STRING "" -#endif - #define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \ U_BOOT_TIME " " U_BOOT_TZ ")" CONFIG_IDENT_STRING -- cgit v1.1