blob: 75908428819b464a792e1c6d519bdd2b0c1675c0 [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
angelo@sysam.ite310b932015-02-12 01:40:17 +010010#define CONFIG_SYS_GENERIC_BOARD
11#define CONFIG_SYS_GENERIC_GLOBAL_DATA
12
Wolfgang Denk2e5167c2010-10-28 20:00:11 +020013#define CONFIG_NEEDS_MANUAL_RELOC
14
Mike Frysingera16028d2009-11-03 11:35:59 -050015#define CONFIG_LMB
John Rigbyfca43cc2010-10-13 13:57:35 -060016#define CONFIG_SYS_BOOT_RAMDISK_HIGH
17#define CONFIG_SYS_BOOT_GET_CMDLINE
18#define CONFIG_SYS_BOOT_GET_KBD
Mike Frysingera16028d2009-11-03 11:35:59 -050019
Kumar Gala47d41cc2009-02-05 20:40:57 -060020#endif