summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-vexpress.in
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-06-05 20:52:08 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-06-05 21:07:22 +0200
commitfc9a3c01f3fcc27262563cd790f1b48b8e2c0390 (patch)
treecb9a814b3ee02389c8bd2e965e10bd463b766c16 /configs/platform-v7a/platforms/barebox-vexpress.in
parentf4e6877164ebe9f2cc95c0e14018a6395100c397 (diff)
downloadDistroKit-fc9a3c01f3fcc27262563cd790f1b48b8e2c0390.tar.gz
DistroKit-fc9a3c01f3fcc27262563cd790f1b48b8e2c0390.tar.xz
v7a: bareboxes: use shared settings from the barebox-common package
As implemented in the previous commit, the barebox version and MD5 can be reduced to one entry in the menu. Also do the same for the host-lzop dependency, which will be needed for every barebox package when using the common reference config. Be sure to depend on the new barebox-common package so the barebox packages are rebuilt when the version and MD5 variables change. Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a/platforms/barebox-vexpress.in')
-rw-r--r--configs/platform-v7a/platforms/barebox-vexpress.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/platform-v7a/platforms/barebox-vexpress.in b/configs/platform-v7a/platforms/barebox-vexpress.in
index dbb1f0b..2d3540b 100644
--- a/configs/platform-v7a/platforms/barebox-vexpress.in
+++ b/configs/platform-v7a/platforms/barebox-vexpress.in
@@ -2,7 +2,7 @@
config BAREBOX_VEXPRESS
tristate
- select HOST_LZOP
prompt "Barebox (vexpress)"
+ select BAREBOX_COMMON
help
Vexpress support for barebox.