summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/platforms/barebox-rpi2.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-rpi2.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-rpi2.in')
-rw-r--r--configs/platform-v7a/platforms/barebox-rpi2.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/configs/platform-v7a/platforms/barebox-rpi2.in b/configs/platform-v7a/platforms/barebox-rpi2.in
index c72762c..d62acd3 100644
--- a/configs/platform-v7a/platforms/barebox-rpi2.in
+++ b/configs/platform-v7a/platforms/barebox-rpi2.in
@@ -3,18 +3,6 @@
menuconfig BAREBOX_RPI2
tristate
prompt "Barebox (rpi2)"
- select HOST_LZOP if BAREBOX_RPI2_NEEDS_HOST_LZOP
+ select BAREBOX_COMMON
help
Raspberry Pi 2 support for barebox.
-
-if BAREBOX_RPI2
-
-config BAREBOX_RPI2_NEEDS_HOST_LZOP
- prompt "barebox rpi2 needs lzop"
- bool
- help
- The barebox rpi2 can be compressed. Select this if lzop
- is used in order to compile lzop for your development
- host.
-
-endif