1/*
2 * (C) Copyright 2014
3 * Heiko Schocher, DENX Software Engineering, hs@denx.de.
4 *
5 * Based on:
6 * Copyright (C) 2013 Boundary Devices
7 *
8 * SPDX-License-Identifier:	GPL-2.0+
9 *
10 * Refer doc/README.imximage for more details about how-to configure
11 * and create imximage boot image
12 *
13 * The syntax is taken as close as possible with the kwbimage
14 */
15
16/* image version */
17IMAGE_VERSION 2
18
19/*
20 * Boot Device : one of
21 * spi, sd
22 */
23BOOT_FROM      spi
24
25#define __ASSEMBLY__
26#include <config.h>
27#include "asm/arch/mx6-ddr.h"
28#include "asm/arch/iomux.h"
29#include "asm/arch/crm_regs.h"
30
31#include "ddr-setup.cfg"
32#include "mt41j128M.cfg"
33#include "clocks.cfg"
34