Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2013 Boundary Devices |
| 3 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 4 | * SPDX-License-Identifier: GPL-2.0+ |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 5 | * |
Anatolij Gustschin | b1e6c4c | 2013-04-30 11:15:33 +0000 | [diff] [blame] | 6 | * Refer doc/README.imximage for more details about how-to configure |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 7 | * and create imximage boot image |
| 8 | * |
| 9 | * The syntax is taken as close as possible with the kwbimage |
| 10 | */ |
| 11 | |
| 12 | /* image version */ |
| 13 | IMAGE_VERSION 2 |
| 14 | |
| 15 | /* |
| 16 | * Boot Device : one of |
| 17 | * spi, sd (the board has no nand neither onenand) |
| 18 | */ |
Eric Nelson | 9b986fd | 2014-02-10 10:22:41 -0700 | [diff] [blame] | 19 | BOOT_FROM spi |
Eric Nelson | d67b0d9 | 2013-03-11 08:44:53 +0000 | [diff] [blame] | 20 | |
| 21 | #define __ASSEMBLY__ |
| 22 | #include <config.h> |
| 23 | #include "asm/arch/mx6-ddr.h" |
| 24 | #include "asm/arch/iomux.h" |
| 25 | #include "asm/arch/crm_regs.h" |
| 26 | |
| 27 | #include "ddr-setup.cfg" |
| 28 | #include "800mhz_4x256mx16.cfg" |
| 29 | #include "clocks.cfg" |