blob: 5c3e9619cd5631d4e8e19d0ab327a4b8614f0c49 [file] [log] [blame]
Eric Nelsond67b0d92013-03-11 08:44:53 +00001/*
2 * Copyright (C) 2013 Boundary Devices
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
Eric Nelsond67b0d92013-03-11 08:44:53 +00005 *
Anatolij Gustschinb1e6c4c2013-04-30 11:15:33 +00006 * Refer doc/README.imximage for more details about how-to configure
Eric Nelsond67b0d92013-03-11 08:44:53 +00007 * and create imximage boot image
8 *
9 * The syntax is taken as close as possible with the kwbimage
10 */
11
12/* image version */
13IMAGE_VERSION 2
14
15/*
16 * Boot Device : one of
17 * spi, sd (the board has no nand neither onenand)
18 */
Eric Nelson9b986fd2014-02-10 10:22:41 -070019BOOT_FROM spi
Eric Nelsond67b0d92013-03-11 08:44:53 +000020
21#define __ASSEMBLY__
22#include <config.h>
Gary Bisson940afa42016-08-25 19:03:20 +020023#ifdef CONFIG_SECURE_BOOT
24CSF CONFIG_CSF_SIZE
25#endif
Eric Nelsond67b0d92013-03-11 08:44:53 +000026#include "asm/arch/mx6-ddr.h"
27#include "asm/arch/iomux.h"
28#include "asm/arch/crm_regs.h"
29
30#include "ddr-setup.cfg"
31#include "800mhz_4x128mx16.cfg"
32#include "clocks.cfg"