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