summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/globalscale-mirabox
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-10-15 10:04:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-19 08:39:25 +0200
commitfe89df4ed968430320a09f2ced726f401260468f (patch)
tree22aae2b0516519c4ec589a1ceec8f67b6e535c37 /arch/arm/boards/globalscale-mirabox
parent119f75f23a92b5171978a6691fd10e12247628ea (diff)
downloadbarebox-fe89df4ed968430320a09f2ced726f401260468f.tar.gz
barebox-fe89df4ed968430320a09f2ced726f401260468f.tar.xz
scripts/kwbimage: Make BINARY files relative to config file
The BINARY files given in the config files are expected to be relative to the place kwbimage is called from. This is bad since it breaks where kwbimage is called from the build directory and not the source directory. It makes more sense to make the paths in the config files relative to the config files which works with out of tree builds and is also more what a user normally expects. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/globalscale-mirabox')
-rw-r--r--arch/arm/boards/globalscale-mirabox/kwbimage.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boards/globalscale-mirabox/kwbimage.cfg b/arch/arm/boards/globalscale-mirabox/kwbimage.cfg
index 16fb77c31f..fa8e5a6ee4 100644
--- a/arch/arm/boards/globalscale-mirabox/kwbimage.cfg
+++ b/arch/arm/boards/globalscale-mirabox/kwbimage.cfg
@@ -2,4 +2,4 @@ VERSION 1
BOOT_FROM nand
NAND_BLKSZ 00020000
NAND_BADBLK_LOCATION 01
-BINARY arch/arm/boards/globalscale-mirabox/binary.0 0000005b 00000068
+BINARY ./binary.0 0000005b 00000068