diff options
author | Chris Packham | 2021-10-07 21:39:23 +1300 |
---|---|---|
committer | Stefan Roese | 2021-10-08 08:37:55 +0200 |
commit | 1ead6c20bd5fb8ea2f6afffb81dde91ea54bf54a (patch) | |
tree | 586245dfbaa3aae0c2b6ddd11e4b0cb2b9b873ba /board/alliedtelesis | |
parent | bdce2124aceca9857518220704069d97210ba939 (diff) |
ARM: mvebu: x530: Remove custom kwbimage.cfg
Commit ca1a4c863232 ("mvebu: select boot device at SoC level") made it
unnecessary for the A385 boards to have their own kwbimage.cfg but as
the x530 was in flight at the time it was added with it's own
kwbimage.cfg. Remove the custom kwbimage.cfg as the SoC level file is
suitable.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/alliedtelesis')
-rw-r--r-- | board/alliedtelesis/x530/kwbimage.cfg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/board/alliedtelesis/x530/kwbimage.cfg b/board/alliedtelesis/x530/kwbimage.cfg deleted file mode 100644 index f58d388825e..00000000000 --- a/board/alliedtelesis/x530/kwbimage.cfg +++ /dev/null @@ -1,12 +0,0 @@ -# -# Copyright (C) 2017 Allied Telesis Labs -# - -# 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 |