DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH v2 1/9] v7a: remove unused barebox_mlo menu entry
@ 2019-06-05 18:52 Roland Hieber
  2019-06-05 18:52 ` [DistroKit] [PATCH v2 2/9] pre/barebox: barebox-url: only use <PKG>_VERSION to build the URL Roland Hieber
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Roland Hieber @ 2019-06-05 18:52 UTC (permalink / raw)
  To: distrokit; +Cc: Roland Hieber

There is no corresponding make file, and the package is not selected.

Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---

Notes:
    Changes in v1 -> v2: none

 configs/platform-v7a/platforms/barebox_mlo.in | 45 -------------------
 1 file changed, 45 deletions(-)
 delete mode 100644 configs/platform-v7a/platforms/barebox_mlo.in

diff --git a/configs/platform-v7a/platforms/barebox_mlo.in b/configs/platform-v7a/platforms/barebox_mlo.in
deleted file mode 100644
index 184aa522267e..000000000000
--- a/configs/platform-v7a/platforms/barebox_mlo.in
+++ /dev/null
@@ -1,45 +0,0 @@
-## SECTION=bootloader
-
-menuconfig BAREBOX_MLO
-	prompt "barebox mlo                   "
-	select HOST_LZOP if BAREBOX_MLO_NEEDS_HOST_LZOP
-	bool
-	help
-	  Build mlo from barebox sources.
-
-if BAREBOX_MLO
-
-config BAREBOX_MLO_VERSION
-	prompt "barebox version"		if !BAREBOX
-	string
-	default "${PTXCONF_BAREBOX_VERSION}"	if BAREBOX
-	default "2014.01.0"			if !BAREBOX
-
-config BAREBOX_MLO_MD5
-	prompt "barebox source md5sum"		if !BAREBOX
-	string
-	default "${PTXCONF_BAREBOX_MD5}"	if BAREBOX
-
-config BAREBOX_MLO_ARCH_STRING
-	string
-	default "arm"			if ARCH_ARM
-	default "blackfin"		if ARCH_BLACKFIN
-	default "ppc"			if ARCH_PPC
-	default "x86"			if ARCH_X86
-
-config BAREBOX_MLO_CONFIG
-	prompt "mlo config file"
-	string
-	default "barebox_mlo.config"
-	help
-	  This entry specifies the .config file used to compile mlo.
-
-config BAREBOX_MLO_NEEDS_HOST_LZOP
-	prompt "barebox mlo needs lzop"
-	bool
-	help
-	  The barebox mlo dtb's can be compressed. Select this if
-	  lzop is used in order to compile lzop for your development
-	  host.
-
-endif
-- 
2.20.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2019-06-05 21:49 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 18:52 [DistroKit] [PATCH v2 1/9] v7a: remove unused barebox_mlo menu entry Roland Hieber
2019-06-05 18:52 ` [DistroKit] [PATCH v2 2/9] pre/barebox: barebox-url: only use <PKG>_VERSION to build the URL Roland Hieber
2019-06-05 21:46   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 3/9] v7a: barebox-common: add a common reference config for all barebox variants Roland Hieber
2019-06-05 19:05   ` [DistroKit] [PATCH v2] fixup! " Roland Hieber
2019-06-05 21:47     ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 4/9] v7a: bareboxes: use shared settings from the barebox-common package Roland Hieber
2019-06-05 21:47   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 5/9] v7a: bareboxes: use config diffs with the common reference config Roland Hieber
2019-06-05 21:48   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 6/9] v7a: barebox-am335x: slim down config diff Roland Hieber
2019-06-05 21:48   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 7/9] v7a: barebox-mx6: " Roland Hieber
2019-06-05 21:48   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 8/9] v7a: barebox-rpi2: " Roland Hieber
2019-06-05 21:49   ` Robert Schwebel
2019-06-05 18:52 ` [DistroKit] [PATCH v2 9/9] v7a: barebox-vexpress: " Roland Hieber
2019-06-05 21:49   ` Robert Schwebel
2019-06-05 21:46 ` [DistroKit] [PATCH v2 1/9] v7a: remove unused barebox_mlo menu entry Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox