1/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (C) 2013 Boundary Devices
4 *
5 * Refer doc/imx/mkimage/imximage.txt 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#include <config.h>
21#ifdef CONFIG_IMX_HAB
22CSF CONFIG_CSF_SIZE
23#endif
24#include "asm/arch/mx6-ddr.h"
25#include "asm/arch/iomux.h"
26#include "asm/arch/crm_regs.h"
27
28#include "ddr-setup.cfg"
29#include "800mhz_4x256mx16.cfg"
30#include "clocks.cfg"
31