blob: c2624ddc3e1389cfb4b3a56b9bcfad6283708e38 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Akshay Bhatff383222016-07-29 11:44:46 -04002/*
3 *
4 * Copyright 2015 Timesys Corporation.
5 * Copyright 2015 General Electric Company
6 *
Akshay Bhatff383222016-07-29 11:44:46 -04007 * Refer doc/README.imximage for more details about how-to configure
8 * and create imximage boot image
9 *
10 * The syntax is taken as close as possible with the kwbimage
11 */
12
13IMAGE_VERSION 2
14BOOT_FROM sd
15
16#define __ASSEMBLY__
17#include <config.h>
18#include "asm/arch/mx6-ddr.h"
19#include "asm/arch/iomux.h"
20#include "asm/arch/crm_regs.h"
21
22#include "ddr-setup.cfg"
23#include "micron-1g.cfg"
24#include "clocks.cfg"