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