2014-02-04 08:56:13 +00:00
|
|
|
/*
|
|
|
|
|
* 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_
|
|
|
|
|
|
2015-02-03 10:58:15 +00:00
|
|
|
#define CONFIG_SYS_GENERIC_BOARD
|
2014-05-03 00:28:04 +00:00
|
|
|
#define CONFIG_SYS_GENERIC_GLOBAL_DATA
|
2014-05-24 08:17:20 +00:00
|
|
|
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
2014-05-03 00:28:04 +00:00
|
|
|
|
2014-02-04 08:56:13 +00:00
|
|
|
#define CONFIG_LMB
|
|
|
|
|
|
|
|
|
|
#endif /*__ASM_ARC_CONFIG_H_ */
|