mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
Fix build error causes by "unify version_string"
Commit 09c2e90
"unify version_string" introduced a build error,
fix it.
Signed-off-by: Andreas Biemann <andreas.devel@googlemail.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
1103cf2f5c
commit
85f3df1c3a
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
|
||||
U_BOOT_TIME ")" CONFIG_IDENT_STRING
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
extern const char version_string[];
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
#endif /* __VERSION_H__ */
|
||||
|
|
Loading…
Reference in a new issue