u-boot-brain/board/sandburst/karef/karef_version.h
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space
Signed-off-by: Wolfgang Denk <wd@denx.de>
2013-10-14 16:06:53 -04:00

11 lines
217 B
C

#ifndef _KAREF_VERSION_H_
#define _KAREF_VERSION_H_
/*
* Copyright (C) 2005 Sandburst Corporation
* Travis B. Sawyer
*
* SPDX-License-Identifier: GPL-2.0+
*/
#define KAREF_U_BOOT_REL_STR "Release 0.0.7"
#endif