blob: dc2143bc4525b1cd0aab7e1be5d1644f36957f07 [file] [log] [blame]
Heiko Schocher7254d922015-05-18 13:32:31 +02001/*
2 * (C) Copyright 2015
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-setup2.cfg"
32#include "nt5cc256m16cp.cfg"
33#include "clocks2.cfg"
34#include "axi.cfg"