Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2009 Freescale Semiconductor, Inc. |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 5 | */ |
| 6 | |
| 7 | #ifndef _ASM_CONFIG_H_ |
| 8 | #define _ASM_CONFIG_H_ |
| 9 | |
Michal Simek | e945f6d | 2014-05-08 16:08:44 +0200 | [diff] [blame] | 10 | #ifndef CONFIG_SPL_BUILD |
| 11 | #define CONFIG_NEEDS_MANUAL_RELOC |
| 12 | #endif |
| 13 | |
| 14 | #define CONFIG_NR_DRAM_BANKS 1 |
Michal Simek | e945f6d | 2014-05-08 16:08:44 +0200 | [diff] [blame] | 15 | |
Kumar Gala | 47d41cc | 2009-02-05 20:40:57 -0600 | [diff] [blame] | 16 | #endif |