Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Heiko Schocher | e379c03 | 2014-07-18 06:07:22 +0200 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2014 |
| 4 | * Heiko Schocher, DENX Software Engineering, hs@denx.de. |
| 5 | * |
| 6 | * Based on: |
| 7 | * Copyright (C) 2013 Boundary Devices |
| 8 | * |
Heiko Schocher | e379c03 | 2014-07-18 06:07:22 +0200 | [diff] [blame] | 9 | * Refer doc/README.imximage for more details about how-to configure |
| 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> |
| 26 | #include "asm/arch/mx6-ddr.h" |
| 27 | #include "asm/arch/iomux.h" |
| 28 | #include "asm/arch/crm_regs.h" |
| 29 | |
| 30 | #include "ddr-setup.cfg" |
| 31 | #include "mt41j128M.cfg" |
| 32 | #include "clocks.cfg" |