From d16f98c910e20ee5a29da6ca0636b0fbad14f1b2 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 27 Oct 2017 09:46:09 +0200 Subject: platform-v7a: silence reason-warning for barebox state dtb entry As the 'reason' checker analyzes all <*>.dtb files in the imagedir and assumes they are all kernel dtbs, rename the barebox dtb from bb-vexpress-v2p-ca9.dtb to vexpress-v2p-ca9.dtb-bb. This silences a warning that kernel devicetrees should not contain barebox,state nodes. Signed-off-by: Robert Schwebel --- configs/platform-v7a/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a/run') diff --git a/configs/platform-v7a/run b/configs/platform-v7a/run index cad54e7..7f46140 100755 --- a/configs/platform-v7a/run +++ b/configs/platform-v7a/run @@ -97,7 +97,7 @@ if [ -e "${PTXDIST_PLATFORMDIR}/images/usbstick.img" ]; then fi QEMU_LINUX_ARGS=( -kernel ${PTXDIST_PLATFORMDIR}/images/linuximage -dtb ${PTXDIST_PLATFORMDIR}/images/vexpress-v2p-ca9.dtb ) # the barebox device tree has a state node for bootchooser -QEMU_BAREBOX_ARGS=( -dtb ${PTXDIST_PLATFORMDIR}/images/bb-vexpress-v2p-ca9.dtb ) +QEMU_BAREBOX_ARGS=( -dtb ${PTXDIST_PLATFORMDIR}/images/vexpress-v2p-ca9.dtb-bb ) check_hd() { if [ ! -e "${PTXDIST_PLATFORMDIR}/images/vexpress.hdimg" ]; then -- cgit v1.2.3