commit | 20ea7ab09475110757163fe91adc3e350c77e8e4 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri Sep 09 08:12:49 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 09 18:14:18 2016 -0400 |
tree | 1c25f0f63a55fea935a8013b50dd5b9c8609889d | |
parent | d19c94d32ac1434bd5eb10191b81075759a68954 [diff] [blame] |
common, kconfig: move VERSION_VARIABLE to Kconfig move VERSION_VARIABLE from board config file into a Kconfig option. Signed-off-by: Heiko Schocher <hs@denx.de>
diff --git a/configs/ms7720se_defconfig b/configs/ms7720se_defconfig index 537ea7c..a02760a 100644 --- a/configs/ms7720se_defconfig +++ b/configs/ms7720se_defconfig
@@ -1,5 +1,6 @@ CONFIG_SH=y CONFIG_TARGET_MS7720SE=y +CONFIG_VERSION_VARIABLE=y # CONFIG_AUTOBOOT is not set # CONFIG_CMD_BDI is not set # CONFIG_CMD_CONSOLE is not set