]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
d67b0d97 EN |
2 | /* |
3 | * Copyright (C) 2013 Boundary Devices | |
4 | * | |
b1e6c4c3 | 5 | * Refer doc/README.imximage for more details about how-to configure |
d67b0d97 EN |
6 | * and create imximage boot image |
7 | * | |
8 | * The syntax is taken as close as possible with the kwbimage | |
9 | */ | |
10 | ||
11 | /* image version */ | |
12 | IMAGE_VERSION 2 | |
13 | ||
14 | /* | |
15 | * Boot Device : one of | |
16 | * spi, sd (the board has no nand neither onenand) | |
17 | */ | |
9b986fdd | 18 | BOOT_FROM spi |
d67b0d97 EN |
19 | |
20 | #define __ASSEMBLY__ | |
21 | #include <config.h> | |
940afa4e GB |
22 | #ifdef CONFIG_SECURE_BOOT |
23 | CSF CONFIG_CSF_SIZE | |
24 | #endif | |
d67b0d97 EN |
25 | #include "asm/arch/mx6-ddr.h" |
26 | #include "asm/arch/iomux.h" | |
27 | #include "asm/arch/crm_regs.h" | |
28 | ||
29 | #include "ddr-setup.cfg" | |
30 | #include "800mhz_2x128mx16.cfg" | |
31 | #include "clocks.cfg" |