blob: 156cb94dc04664d816deba7b047857952dad840c [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Rick Chen6020faf2017-12-26 13:55:51 +08002/*
3 * Copyright (C) 2017 Andes Technology Corporation
4 * Rick Chen, Andes Technology Corporation <rick@andestech.com>
Rick Chen6020faf2017-12-26 13:55:51 +08005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
10#define CONFIG_LMB
Anup Patel98a66ff2019-02-25 08:15:33 +000011#define CONFIG_SYS_BOOT_RAMDISK_HIGH
Rick Chen6020faf2017-12-26 13:55:51 +080012
13#endif