[U-Boot] [PATCH] Add version variable to the galaxy5200 board.

Add version environment variable to the galaxy5200 board header file.
Signed-off-by: Eric Millbrandt emillbrandt@dekaresearch.com --- include/configs/galaxy5200.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
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 */

Dear "Eric Millbrandt",
In message 20090921160101.M47774@coldhaus.com you wrote:
Add version environment variable to the galaxy5200 board header file.
Signed-off-by: Eric Millbrandt emillbrandt@dekaresearch.com
include/configs/galaxy5200.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
Applied (after editing the commit message; it makes little sens eto repeat the same text twice).
Best regards,
Wolfgang Denk
participants (2)
-
Eric Millbrandt
-
Wolfgang Denk