1/* SPDX-License-Identifier: GPL-2.0+ */ 2/* 3 * (C) Copyright 2015 4 * Heiko Schocher, DENX Software Engineering, hs@denx.de. 5 * 6 * Based on: 7 * Copyright (C) 2013 Boundary Devices 8 * 9 * Refer doc/imx/mkimage/imximage.txt for more details about how-to configure 10 * and create imximage boot image 11 * 12 * The syntax is taken as close as possible with the kwbimage 13 */ 14 15/* image version */ 16IMAGE_VERSION 2 17 18/* 19 * Boot Device : one of 20 * spi, sd 21 */ 22BOOT_FROM spi 23 24#include <config.h> 25#ifdef CONFIG_IMX_HAB 26CSF CONFIG_CSF_SIZE 27#endif 28#include "asm/arch/mx6-ddr.h" 29#include "asm/arch/iomux.h" 30#include "asm/arch/crm_regs.h" 31 32#include "ddr-setup2.cfg" 33#include "nt5cc256m16cp.cfg" 34#include "clocks2.cfg" 35#include "axi.cfg" 36