]> git.ipfire.org Git - thirdparty/u-boot.git/blame - include/version.h
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
[thirdparty/u-boot.git] / include / version.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
5b1d7137 2/*
881a87ec 3 * (C) Copyright 2000-2006
5b1d7137 4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5b1d7137
WD
5 */
6
7#ifndef __VERSION_H__
8#define __VERSION_H__
9
09c2e90c
AB
10#include <timestamp.h>
11
1510b82d 12#ifndef DO_DEPS_ONLY
efb2172e 13#include "generated/version_autogenerated.h"
1510b82d 14#endif
5b1d7137 15
09c2e90c 16#define U_BOOT_VERSION_STRING U_BOOT_VERSION " (" U_BOOT_DATE " - " \
e186851a 17 U_BOOT_TIME " " U_BOOT_TZ ")" CONFIG_IDENT_STRING
09c2e90c 18
85f3df1c 19#ifndef __ASSEMBLY__
09c2e90c 20extern const char version_string[];
85f3df1c 21#endif /* __ASSEMBLY__ */
5b1d7137 22#endif /* __VERSION_H__ */