]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
ff383220 AB |
2 | /* |
3 | * | |
4 | * Copyright 2015 Timesys Corporation. | |
5 | * Copyright 2015 General Electric Company | |
6 | * | |
ff383220 AB |
7 | * Refer doc/README.imximage for more details about how-to configure |
8 | * and create imximage boot image | |
9 | * | |
10 | * The syntax is taken as close as possible with the kwbimage | |
11 | */ | |
12 | ||
13 | IMAGE_VERSION 2 | |
14 | BOOT_FROM sd | |
15 | ||
16 | #define __ASSEMBLY__ | |
17 | #include <config.h> | |
18 | #include "asm/arch/mx6-ddr.h" | |
19 | #include "asm/arch/iomux.h" | |
20 | #include "asm/arch/crm_regs.h" | |
21 | ||
22 | #include "ddr-setup.cfg" | |
23 | #include "samsung-2g.cfg" | |
24 | #include "clocks.cfg" |