blob: e1458acd2c76091b5217f163e72e0654973236d0 [file] [log] [blame]
Kumar Gala4c882892009-02-05 20:40:57 -06001/*
2 * Copyright 2009 Freescale Semiconductor, Inc.
3 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Kumar Gala4c882892009-02-05 20:40:57 -06005 */
6
7#ifndef _ASM_CONFIG_H_
8#define _ASM_CONFIG_H_
9
angelo@sysam.itf245ae92015-02-12 01:40:17 +010010#define CONFIG_SYS_GENERIC_GLOBAL_DATA
11
Wolfgang Denkd0813e52010-10-28 20:00:11 +020012#define CONFIG_NEEDS_MANUAL_RELOC
13
Mike Frysingera0dadf82009-11-03 11:35:59 -050014#define CONFIG_LMB
John Rigbyeea8e692010-10-13 13:57:35 -060015#define CONFIG_SYS_BOOT_RAMDISK_HIGH
16#define CONFIG_SYS_BOOT_GET_CMDLINE
17#define CONFIG_SYS_BOOT_GET_KBD
Mike Frysingera0dadf82009-11-03 11:35:59 -050018
Kumar Gala4c882892009-02-05 20:40:57 -060019#endif