blob: c97d988f3be87c42fb8588a94f0824ba61fec7fb [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
Simon Glass949747b2013-03-05 14:39:57 +000010#define CONFIG_SYS_GENERIC_BOARD
Simon Glass43e84bf2014-10-19 21:11:19 -060011#define CONFIG_LMB
12#define CONFIG_SYS_BOOT_RAMDISK_HIGH
Simon Glass65dd74a2014-11-12 22:42:28 -070013#define asmlinkage __attribute__((regparm(0)))
Simon Glass43e84bf2014-10-19 21:11:19 -060014
Kumar Gala47d41cc2009-02-05 20:40:57 -060015#endif