From: Eric Millbrandt Date: Mon, 21 Sep 2009 16:05:55 +0000 (-0500) Subject: galaxy5200: enable version environment variable X-Git-Tag: v2010.09-rc1~1^2~19^2~42^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd4bca87f1ad162d37d788351f6b240597e88dbf;p=platform%2Fkernel%2Fu-boot.git galaxy5200: enable version environment variable Add version environment variable configuration to the galaxy5200 board header file. Signed-off-by: Eric Millbrandt Edited commit message. Signed-off-by: Wolfgang Denk --- diff --git a/include/configs/galaxy5200.h b/include/configs/galaxy5200.h index f4b520d..3b67ea9 100644 --- a/include/configs/galaxy5200.h +++ b/include/configs/galaxy5200.h @@ -367,6 +367,8 @@ CONFIG_BOOTP_DNS2 | \ CONFIG_BOOTP_SEND_HOSTNAME ) +#define CONFIG_VERSION_VARIABLE 1 + /* * Various low-level settings */