mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 22:51:37 +00:00
13 lines
220 B
C
13 lines
220 B
C
|
/*
|
||
|
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARC_CONFIG_H_
|
||
|
#define __ASM_ARC_CONFIG_H_
|
||
|
|
||
|
#define CONFIG_LMB
|
||
|
|
||
|
#endif /*__ASM_ARC_CONFIG_H_ */
|