summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-10-27 09:46:09 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-10-27 09:49:03 +0200
commitd16f98c910e20ee5a29da6ca0636b0fbad14f1b2 (patch)
treeb398c92363a6405a377128ab5ddbf25afccf393d /configs/platform-v7a
parente436c50e6f048f6516313bc38ca646ccac231931 (diff)
downloadDistroKit-d16f98c910e20ee5a29da6ca0636b0fbad14f1b2.tar.gz
DistroKit-d16f98c910e20ee5a29da6ca0636b0fbad14f1b2.tar.xz
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 <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a')
-rw-r--r--configs/platform-v7a/rules/barebox-vexpress.make2
-rwxr-xr-xconfigs/platform-v7a/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/platform-v7a/rules/barebox-vexpress.make b/configs/platform-v7a/rules/barebox-vexpress.make
index ed64ab0..a858016 100644
--- a/configs/platform-v7a/rules/barebox-vexpress.make
+++ b/configs/platform-v7a/rules/barebox-vexpress.make
@@ -71,7 +71,7 @@ $(STATEDIR)/barebox-vexpress.install:
install -m 644 \
$(image) $(IMAGEDIR)/$(notdir $(image));)
@install -D -m644 $(BAREBOX_VEXPRESS_DIR)/defaultenv/barebox_zero_env $(IMAGEDIR)/barebox-zero-env-vexpress
- @install -D -m644 $(BAREBOX_VEXPRESS_DIR)/arch/arm/dts/vexpress-v2p-ca9.dtb $(IMAGEDIR)/bb-vexpress-v2p-ca9.dtb
+ @install -D -m644 $(BAREBOX_VEXPRESS_DIR)/arch/arm/dts/vexpress-v2p-ca9.dtb $(IMAGEDIR)/vexpress-v2p-ca9.dtb-bb
@$(call touch)
# ----------------------------------------------------------------------------
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