Fabio Estevam | 3a21773 | 2014-01-03 15:55:58 -0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Boundary Devices |
| 3 | * Copyright (C) 2013 Jon Nettleton <jon.nettleton@gmail.com> |
| 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0+ |
| 6 | */ |
| 7 | |
| 8 | /* image version */ |
| 9 | IMAGE_VERSION 2 |
| 10 | |
| 11 | /* |
| 12 | * Boot Device : one of |
| 13 | * spi, sd (the board has no nand neither onenand) |
| 14 | */ |
| 15 | BOOT_FROM sd |
| 16 | |
| 17 | #define __ASSEMBLY__ |
| 18 | #include <config.h> |
| 19 | #include "asm/arch/mx6-ddr.h" |
| 20 | #include "asm/arch/iomux.h" |
| 21 | #include "asm/arch/crm_regs.h" |
| 22 | |
| 23 | #include "../mx6-microsom/ddr-800mhz-32bit-setup.cfg" |
| 24 | #include "../mx6-microsom/800mhz_2x128mx16.cfg" |
| 25 | #include "../mx6-microsom/clocks.cfg" |