diff options
author | Dirk Eibach <dirk.eibach@gdsys.cc> | 2014-07-03 09:28:20 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-07 19:47:19 -0400 |
commit | cccd4f407e7c71b18d4acd03ce2cfcbb3a001be9 (patch) | |
tree | 436e0e6fdfe8ab859579ae15b646c6ee96212590 /include/configs | |
parent | e313536f92273cc592d37907dac439db2ef84f49 (diff) |
board: gdsys: Increase iocon and dlv10g version string
Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/dlvision-10g.h | 2 | ||||
-rw-r--r-- | include/configs/iocon.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index 16895bf78de..c2289ce9b52 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -17,7 +17,7 @@ * Include common defines/options for all AMCC eval boards */ #define CONFIG_HOSTNAME dlvsion-10g -#define CONFIG_IDENT_STRING " dlvision-10g 0.05" +#define CONFIG_IDENT_STRING " dlvision-10g 0.06" #include "amcc-common.h" #define CONFIG_BOARD_EARLY_INIT_F diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 36b4b550396..1aebab37bb0 100644 --- a/include/configs/iocon.h +++ b/include/configs/iocon.h @@ -17,7 +17,7 @@ * Include common defines/options for all AMCC eval boards */ #define CONFIG_HOSTNAME iocon -#define CONFIG_IDENT_STRING " iocon 0.05" +#define CONFIG_IDENT_STRING " iocon 0.06" #include "amcc-common.h" #define CONFIG_BOARD_EARLY_INIT_F |