1
2
3
4
5
6
7
8
9
10
11
12
  | # 
 |  # Copyright (C) 2014 Stefan Roese <sr@denx.de> 
 |  # 
 |    
 |  # Armada XP uses version 1 image format 
 |  VERSION        1 
 |    
 |  # Boot Media configurations 
 |  BOOT_FROM    spi 
 |    
 |  # Binary Header (bin_hdr) with DDR3 training code 
 |  BINARY spl/u-boot-spl-dtb.bin 0000005b 00000068 
 |  
  |