diff options
Diffstat (limited to 'roms/u-boot/board/sandburst/karef/karef_version.h')
-rw-r--r-- | roms/u-boot/board/sandburst/karef/karef_version.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/sandburst/karef/karef_version.h b/roms/u-boot/board/sandburst/karef/karef_version.h new file mode 100644 index 00000000..6c6baee0 --- /dev/null +++ b/roms/u-boot/board/sandburst/karef/karef_version.h @@ -0,0 +1,10 @@ +#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 |