version: Do not make version_string[] variable as a weak
[platform/kernel/u-boot.git] / cmd / version.c
index 965ac2e..2f9b898 100644 (file)
@@ -13,7 +13,7 @@
 #include <asm/cb_sysinfo.h>
 #endif
 
-const char __weak version_string[] = U_BOOT_VERSION_STRING;
+const char version_string[] = U_BOOT_VERSION_STRING;
 
 static int do_version(struct cmd_tbl *cmdtp, int flag, int argc,
                      char *const argv[])