mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-24 16:11:33 +00:00
14 lines
237 B
C
14 lines
237 B
C
|
/*
|
||
|
* Copyright (C) 2017 Andes Technology Corporation
|
||
|
* Rick Chen, Andes Technology Corporation <rick@andestech.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_CONFIG_H_
|
||
|
#define _ASM_CONFIG_H_
|
||
|
|
||
|
#define CONFIG_LMB
|
||
|
|
||
|
#endif
|