2013-03-11 08:44:53 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2013 Boundary Devices
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2013-03-11 08:44:53 +00:00
|
|
|
*
|
2013-04-30 11:15:33 +00:00
|
|
|
* Refer doc/README.imximage for more details about how-to configure
|
2013-03-11 08:44:53 +00:00
|
|
|
* and create imximage boot image
|
|
|
|
*
|
|
|
|
* The syntax is taken as close as possible with the kwbimage
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* image version */
|
|
|
|
IMAGE_VERSION 2
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Boot Device : one of
|
|
|
|
* spi, sd (the board has no nand neither onenand)
|
|
|
|
*/
|
2014-02-10 17:22:41 +00:00
|
|
|
BOOT_FROM spi
|
2013-03-11 08:44:53 +00:00
|
|
|
|
|
|
|
#define __ASSEMBLY__
|
|
|
|
#include <config.h>
|
|
|
|
#include "asm/arch/mx6-ddr.h"
|
|
|
|
#include "asm/arch/iomux.h"
|
|
|
|
#include "asm/arch/crm_regs.h"
|
|
|
|
|
|
|
|
#include "ddr-setup.cfg"
|
|
|
|
#include "800mhz_4x128mx16.cfg"
|
|
|
|
#include "clocks.cfg"
|