1#
2# Copyright (C) 2014 Stefan Roese <sr@denx.de>
3#
4
5# Armada 38x uses version 1 image format
6VERSION		1
7
8# Type of the CPU core
9#@CPU
10
11# Boot Media configurations
12#@BOOT_FROM
13
14# NAND configuration
15#@NAND_PAGE_SIZE
16#@NAND_BLKSZ
17#@NAND_BADBLK_LOCATION
18
19# SATA configuration
20#@SATA_BLKSZ
21
22# Enable BootROM output via DEBUG flag on SoCs which require it
23#@DEBUG
24
25# Include U-Boot SPL with DDR3 training code into Binary Header
26BINARY spl/u-boot-spl.bin #@LOAD_ADDRESS
27