]> Git Repo - u-boot.git/blame - board/boundary/nitrogen6x/nitrogen6s.cfg
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / board / boundary / nitrogen6x / nitrogen6s.cfg
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
d67b0d97
EN
2/*
3 * Copyright (C) 2013 Boundary Devices
4 *
b1e6c4c3 5 * Refer doc/README.imximage for more details about how-to configure
d67b0d97
EN
6 * and create imximage boot image
7 *
8 * The syntax is taken as close as possible with the kwbimage
9 */
10
11/* image version */
12IMAGE_VERSION 2
13
14/*
15 * Boot Device : one of
16 * spi, sd (the board has no nand neither onenand)
17 */
9b986fdd 18BOOT_FROM spi
d67b0d97
EN
19
20#define __ASSEMBLY__
21#include <config.h>
940afa4e
GB
22#ifdef CONFIG_SECURE_BOOT
23CSF CONFIG_CSF_SIZE
24#endif
d67b0d97
EN
25#include "asm/arch/mx6-ddr.h"
26#include "asm/arch/iomux.h"
27#include "asm/arch/crm_regs.h"
28
29#include "ddr-setup.cfg"
30#include "800mhz_2x128mx16.cfg"
31#include "clocks.cfg"
This page took 0.187207 seconds and 4 git commands to generate.