Tim Harvey | 552c358 | 2014-03-06 07:46:30 -0800 | [diff] [blame] | 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 |