Heiko Schocher | 7254d92 | 2015-05-18 13:32:31 +0200 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2015 |
| 3 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 4 | * |
| 5 | * Based on: |
| 6 | * Copyright (C) 2013 Boundary Devices |
| 7 | * |
| 8 | * SPDX-License-Identifier: GPL-2.0+ |
| 9 | * |
| 10 | * Refer doc/README.imximage for more details about how-to configure |
| 11 | * and create imximage boot image |
| 12 | * |
| 13 | * The syntax is taken as close as possible with the kwbimage |
| 14 | */ |
| 15 | |
| 16 | /* image version */ |
| 17 | IMAGE_VERSION 2 |
| 18 | |
| 19 | /* |
| 20 | * Boot Device : one of |
| 21 | * spi, sd |
| 22 | */ |
| 23 | BOOT_FROM spi |
| 24 | |
| 25 | #define __ASSEMBLY__ |
| 26 | #include <config.h> |
| 27 | #include "asm/arch/mx6-ddr.h" |
| 28 | #include "asm/arch/iomux.h" |
| 29 | #include "asm/arch/crm_regs.h" |
| 30 | |
| 31 | #include "ddr-setup2.cfg" |
| 32 | #include "nt5cc256m16cp.cfg" |
| 33 | #include "clocks2.cfg" |
| 34 | #include "axi.cfg" |