diff options
author | Baruch Siach | 2018-06-18 21:56:22 +0300 |
---|---|---|
committer | Stefan Roese | 2018-08-06 14:07:23 +0200 |
commit | f05062edc4c9cbb47ef11aebbb72d1580695127f (patch) | |
tree | 8984017dc0de1a3c60314e5a09279aa19fad49c3 | |
parent | bb694d4e898b1368ba96e01481dc0a79c491e77c (diff) |
mvebu: turris_omnia: use u-boot-spl-dtb.bin
u-boot-spl.bin and u-boot-spl-dtb.bin are identical when building the
turris_omnia_defconfig. This commit makes Turris Omnia consistent with
all other mvebu boards.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | board/CZ.NIC/turris_omnia/kwbimage.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/CZ.NIC/turris_omnia/kwbimage.cfg b/board/CZ.NIC/turris_omnia/kwbimage.cfg index cc057925566..1f748db37c1 100644 --- a/board/CZ.NIC/turris_omnia/kwbimage.cfg +++ b/board/CZ.NIC/turris_omnia/kwbimage.cfg @@ -9,4 +9,4 @@ VERSION 1 BOOT_FROM spi # Binary Header (bin_hdr) with DDR3 training code -BINARY spl/u-boot-spl.bin 0000005b 00000068 +BINARY spl/u-boot-spl-dtb.bin 0000005b 00000068 |