mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
11 lines
249 B
C
11 lines
249 B
C
#ifndef _METROBOX_VERSION_H_
|
|
#define _METROBOX_VERSION_H_
|
|
/*
|
|
* (C) Copyright 2005
|
|
* Travis B. Sawyer, Sandburst Corporation, tsawyer@sandburst.com
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
#define METROBOX_U_BOOT_REL_STR "Release 2.0.3"
|
|
|
|
#endif
|