xref: /rk3399_rockchip-uboot/board/freescale/s32v234evb/s32v234evb.cfg (revision 9702ec00e95dbc1fd66ef8e9624c649e1ee818e5)
1*9702ec00SEddy Petrișor/*
2*9702ec00SEddy Petrișor * (C) Copyright 2013-2015, Freescale Semiconductor, Inc.
3*9702ec00SEddy Petrișor *
4*9702ec00SEddy Petrișor * SPDX-License-Identifier:	GPL-2.0+
5*9702ec00SEddy Petrișor */
6*9702ec00SEddy Petrișor
7*9702ec00SEddy Petrișor/*
8*9702ec00SEddy Petrișor * Refer docs/README.imxmage for more details about how-to configure
9*9702ec00SEddy Petrișor * and create imximage boot image
10*9702ec00SEddy Petrișor *
11*9702ec00SEddy Petrișor * The syntax is taken as close as possible with the kwbimage
12*9702ec00SEddy Petrișor */
13*9702ec00SEddy Petrișor#include <asm/imx-common/imximage.cfg>
14*9702ec00SEddy Petrișor
15*9702ec00SEddy Petrișor/* image version */
16*9702ec00SEddy PetrișorIMAGE_VERSION	2
17*9702ec00SEddy PetrișorBOOT_FROM sd
18*9702ec00SEddy Petrișor
19*9702ec00SEddy Petrișor
20*9702ec00SEddy Petrișor/*
21*9702ec00SEddy Petrișor * Boot Device : one of qspi, sd:
22*9702ec00SEddy Petrișor * qspi:   flash_offset: 0x1000
23*9702ec00SEddy Petrișor * sd/mmc: flash_offset: 0x1000
24*9702ec00SEddy Petrișor */
25*9702ec00SEddy Petrișor
26*9702ec00SEddy Petrișor
27*9702ec00SEddy Petrișor#ifdef CONFIG_SECURE_BOOT
28*9702ec00SEddy PetrișorSECURE_BOOT
29*9702ec00SEddy Petrișor#endif
30