blob: 1c8a42bd2f6ea8233e019100ea4560be5ef17984 [file] [log] [blame]
Kumar Gala47d41cc2009-02-05 20:40:57 -06001/*
2 * Copyright 2009 Freescale Semiconductor, Inc.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala47d41cc2009-02-05 20:40:57 -06005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
York Sun2a1680e2014-05-02 17:28:04 -070010#define CONFIG_SYS_GENERIC_GLOBAL_DATA
11
Daniel Schwierzeckf66cc1e2013-05-09 17:10:06 +020012#define CONFIG_LMB
Daniel Schwierzeck6c154552013-05-09 17:10:06 +020013#define CONFIG_SYS_BOOT_RAMDISK_HIGH
Daniel Schwierzeckf66cc1e2013-05-09 17:10:06 +020014
Kumar Gala47d41cc2009-02-05 20:40:57 -060015#endif