]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/riscv/include/asm/config.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / riscv / include / asm / config.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright (C) 2017 Andes Technology Corporation
4 * Rick Chen, Andes Technology Corporation <rick@andestech.com>
5 */
6
7 #ifndef _ASM_CONFIG_H_
8 #define _ASM_CONFIG_H_
9
10 #define CONFIG_LMB
11
12 #endif