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