1288aaacfSAlexey Brodkin /* 2288aaacfSAlexey Brodkin * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. 3288aaacfSAlexey Brodkin * 4288aaacfSAlexey Brodkin * SPDX-License-Identifier: GPL-2.0+ 5288aaacfSAlexey Brodkin */ 6288aaacfSAlexey Brodkin 7288aaacfSAlexey Brodkin #ifndef __ASM_ARC_CONFIG_H_ 8288aaacfSAlexey Brodkin #define __ASM_ARC_CONFIG_H_ 9288aaacfSAlexey Brodkin 102a1680e3SYork Sun #define CONFIG_SYS_GENERIC_GLOBAL_DATA 11*d119a2efSAlexey Brodkin #define CONFIG_SYS_BOOT_RAMDISK_HIGH 122a1680e3SYork Sun 13288aaacfSAlexey Brodkin #define CONFIG_LMB 14288aaacfSAlexey Brodkin 15288aaacfSAlexey Brodkin #endif /*__ASM_ARC_CONFIG_H_ */ 16