blob: 7ea443673ad532676fea6b47e81456129fc7b3be [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Kumar Gala47d41cc2009-02-05 20:40:57 -06002/*
3 * Copyright 2009 Freescale Semiconductor, Inc.
Kumar Gala47d41cc2009-02-05 20:40:57 -06004 */
5
6#ifndef _ASM_CONFIG_H_
7#define _ASM_CONFIG_H_
8
Simon Glass43e84bf2014-10-19 21:11:19 -06009#define CONFIG_LMB
10#define CONFIG_SYS_BOOT_RAMDISK_HIGH
11
Kumar Gala47d41cc2009-02-05 20:40:57 -060012#endif