]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/gateworks/gw_ventana/gw_ventana.cfg
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / gateworks / gw_ventana / gw_ventana.cfg
1 /*
2  * Copyright (C) 2013 Gateworks Corporation
3  *
4  * SPDX-License-Identifier: GPL-2.0+
5  *
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 */
13 IMAGE_VERSION 2
14
15 /*
16  * Boot Device : one of
17  * spi, sd, nand, sata
18  */
19 #ifdef CONFIG_SPI_FLASH
20 BOOT_FROM      spi
21 #else
22 BOOT_FROM      nand
23 #endif
24
25 #define __ASSEMBLY__
26 #include <config.h>
27 #include "asm/arch/iomux.h"
28 #include "asm/arch/crm_regs.h"
29 #include "clocks.cfg"