blob: 4af408a7610e539c1f40e81da46b86ca3f2b674b [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
Michal Simeke945f6d2014-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
Michal Simeke945f6d2014-05-08 16:08:44 +020015
Kumar Gala47d41cc2009-02-05 20:40:57 -060016#endif