From: Eric Millbrandt Date: Mon, 21 Sep 2009 16:05:55 +0000 (-0500) Subject: galaxy5200: enable version environment variable X-Git-Tag: v2009.11-rc1~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71ce9bd7f551e44c4ddb4c985c095da6d3452d79;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 */