mvebu: image: introduce BOOT_SCRIPT variable
authorTomasz Maciej Nowak <tomek_n@o2.pl>
Sat, 11 May 2019 17:37:30 +0000 (19:37 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 11 May 2019 21:11:04 +0000 (23:11 +0200)
commitfb005d688ea2955df89279d75499fca26e2f6f00
treebdc3278eca2474ae0fea7c99bbb701f1e11f6b4a
parentef384c68e7271a6e9a652e26fe8adf4c822f0213
mvebu: image: introduce BOOT_SCRIPT variable

All of U-Boot scripts repeat the same pattern with only Device Tree blob
name changing for respective device. Therefore create generic scripts
which will be altered on demad by image build process, and create
BOOT_SCRIPT variable which can be added to device recipe and will allow
referencing the same script by many device recipes. This will allow to
slim down the ammount of files in buildroot tree and avoid needlessly
incrementing amount of boot scripts if new devices will be added.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
target/linux/mvebu/image/Makefile
target/linux/mvebu/image/armada-3720-db.bootscript [deleted file]
target/linux/mvebu/image/armada-388-clearfog-base.bootscript [deleted file]
target/linux/mvebu/image/armada-388-clearfog-pro.bootscript [deleted file]
target/linux/mvebu/image/armada-macchiatobin.bootscript [deleted file]
target/linux/mvebu/image/clearfog.bootscript [new file with mode: 0644]
target/linux/mvebu/image/cortex-a9.mk
target/linux/mvebu/image/generic-arm64.bootscript [new file with mode: 0644]
target/linux/mvebu/image/globalscale-espressobin.bootscript [deleted file]