Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Rick Chen | 6020faf | 2017-12-26 13:55:51 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (C) 2017 Andes Technology Corporation |
| 4 | * Rick Chen, Andes Technology Corporation <rick@andestech.com> |
Rick Chen | 6020faf | 2017-12-26 13:55:51 +0800 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_CONFIG_H_ |
| 8 | #define _ASM_CONFIG_H_ |
| 9 | |
| 10 | #define CONFIG_LMB |
Anup Patel | 98a66ff | 2019-02-25 08:15:33 +0000 | [diff] [blame] | 11 | #define CONFIG_SYS_BOOT_RAMDISK_HIGH |
Rick Chen | 6020faf | 2017-12-26 13:55:51 +0800 | [diff] [blame] | 12 | |
| 13 | #endif |