diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-06-18 21:56:25 +0300 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2018-08-06 14:07:23 +0200 |
commit | ca1a4c863232ddc6bc2463569dedfefe992ff418 (patch) | |
tree | bc9ff687d689e81ea3c122670fa800e50f9157c7 /board/Synology | |
parent | ad105f5f869443c6b37617ea55091511a2be1579 (diff) | |
download | u-boot-ca1a4c863232ddc6bc2463569dedfefe992ff418.zip u-boot-ca1a4c863232ddc6bc2463569dedfefe992ff418.tar.gz u-boot-ca1a4c863232ddc6bc2463569dedfefe992ff418.tar.bz2 |
mvebu: select boot device at SoC level
Move the gdsys Controlcenter DC specific build time kwbimage.cfg
generation code into the mach-mvebu/ directory to be shared by all 32bit
mvebu platforms.
Remove board specific kwbimage.cfg files, and use the generated one
instead. These files are all identical, with two exceptions. Clearfog
and Helios4 use the sdio boot device, whereas all others use spi. Update
the defconfigs for the exceptional boards to generate the same
kwbimage.cfg as before.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/Synology')
-rw-r--r-- | board/Synology/ds414/kwbimage.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/Synology/ds414/kwbimage.cfg b/board/Synology/ds414/kwbimage.cfg deleted file mode 100644 index 1f748db..0000000 --- a/board/Synology/ds414/kwbimage.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# -# 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 |