From 0e04700a7a40246a71e07cad7e7488c5ee0500b4 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Thu, 7 Oct 2021 21:39:23 +1300 Subject: [PATCH] ARM: mvebu: x530: Remove custom kwbimage.cfg Commit 117a05416366 ("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 Reviewed-by: Stefan Roese --- board/alliedtelesis/x530/kwbimage.cfg | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 board/alliedtelesis/x530/kwbimage.cfg diff --git a/board/alliedtelesis/x530/kwbimage.cfg b/board/alliedtelesis/x530/kwbimage.cfg deleted file mode 100644 index f58d388825..0000000000 --- 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 -- 2.39.5