blob: 16d778491a4014a4826dffcfdb6f30a966bfb3c7 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Eric Nelsond67b0d92013-03-11 08:44:53 +00002/*
3 * Copyright (C) 2013 Boundary Devices
4 *
Patrick Delaunayb09e28f2020-02-28 15:18:12 +01005 * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure
Eric Nelsond67b0d92013-03-11 08:44:53 +00006 * 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 */
Eric Nelson9b986fd2014-02-10 10:22:41 -070018BOOT_FROM spi
Eric Nelsond67b0d92013-03-11 08:44:53 +000019
20#define __ASSEMBLY__
21#include <config.h>
Stefano Babicd714a752019-09-20 08:47:53 +020022#ifdef CONFIG_IMX_HAB
Gary Bisson940afa42016-08-25 19:03:20 +020023CSF CONFIG_CSF_SIZE
24#endif
Eric Nelsond67b0d92013-03-11 08:44:53 +000025#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_2x128mx16.cfg"
31#include "clocks.cfg"