]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/toradex/apalis_imx6/apalis_imx6q.cfg
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / toradex / apalis_imx6 / apalis_imx6q.cfg
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
592f4aed
MK
2/*
3 * Copyright (C) 2013 Boundary Devices
4 * Copyright (C) 2014-2016, Toradex AG
5 *
592f4aed
MK
6 * Refer doc/README.imximage for more details about how-to configure
7 * 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 */
19BOOT_FROM sd
20
21#define __ASSEMBLY__
22#include <config.h>
23#include "asm/arch/mx6-ddr.h"
24#include "asm/arch/iomux.h"
25#include "asm/arch/crm_regs.h"
26
27#include "ddr-setup.cfg"
28#if CONFIG_DDR_MB == 2048
29#include "1066mhz_4x256mx16.cfg"
30#else
31#include "1066mhz_4x128mx16.cfg"
32#endif
33#include "clocks.cfg"