blob: 32fd636b61dfc3ff4f89e764e32ffa958182fc99 [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
Michal Simek65e915c2014-05-08 16:08:44 +020010#ifndef CONFIG_SPL_BUILD
11#define CONFIG_NEEDS_MANUAL_RELOC
12#endif
13
14#define CONFIG_NR_DRAM_BANKS 1
15#define CONFIG_SYS_GENERIC_BOARD
Michal Simek65e915c2014-05-08 16:08:44 +020016
Kumar Gala4c882892009-02-05 20:40:57 -060017#endif