Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Akshay Bhat | ff38322 | 2016-07-29 11:44:46 -0400 | [diff] [blame] | 2 | /* |
| 3 | * |
| 4 | * Copyright 2015 Timesys Corporation. |
| 5 | * Copyright 2015 General Electric Company |
| 6 | * |
Akshay Bhat | ff38322 | 2016-07-29 11:44:46 -0400 | [diff] [blame] | 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" |