1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2013 Boundary Devices
4 *
5 * Refer doc/README.imximage for more details about how-to configure
6 * and create imximage boot image
7 *
8 * The syntax is taken as close as possible with the kwbimage
9 */
10
11/* image version */
12IMAGE_VERSION 2
13
14/*
15 * Boot Device : one of
16 * spi, sd (the board has no nand neither onenand)
17 */
18BOOT_FROM      spi
19
20#define __ASSEMBLY__
21#include <config.h>
22#ifdef CONFIG_SECURE_BOOT
23CSF CONFIG_CSF_SIZE
24#endif
25#include "asm/arch/mx6-ddr.h"
26#include "asm/arch/iomux.h"
27#include "asm/arch/crm_regs.h"
28
29#include "ddr-setup.cfg"
30#include "800mhz_4x128mx16.cfg"
31#include "clocks.cfg"
32