mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] u-boot: Remove unused symbols
@ 2013-01-03 10:23 Alexander Stein
  2013-02-06 11:54 ` [ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4) Alexander Dahl
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Stein @ 2013-01-03 10:23 UTC (permalink / raw)
  To: ptxdist; +Cc: Alexander Stein

U_BOOT_PROMPT and U_BOOT_SERIES is nowhere used in ptxdist

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
 platforms/u-boot.in |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index e5401d6..244bee3 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -18,26 +18,6 @@ config U_BOOT_MD5
 	string
 	prompt "U-Boot source md5"
 
-config U_BOOT_PROMPT
-	string
-	prompt "uboot prompt"
-	default "uboot> "
-	help
-	  Specify the uboot prompt here, be careful at this one. Wrong value can cause malfunction
-	  on the host side when using ptxdist's test and autosetup features.
-	  The value is used in regular expressions to communicate with the target via serial line.
-
-config U_BOOT_SERIES
-	prompt "patch series file"
-	string
-	default "series"
-	help
-	  This entry specifies a patch series file which has to live in
-	  the kernel patches directory:
-
-	  The series file contains lines with names of patch files which
-	  are then being applied to the kernel.
-
 config U_BOOT_CONFIG
 	string
 	prompt "U-Boot config target"
-- 
1.7.8.6


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

* [ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4)
  2013-01-03 10:23 [ptxdist] [PATCH] u-boot: Remove unused symbols Alexander Stein
@ 2013-02-06 11:54 ` Alexander Dahl
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Dahl @ 2013-02-06 11:54 UTC (permalink / raw)
  To: ptxdist

In dac31c4 U_BOOT_SERIES was removed with the explanation it would not
be used in ptxdist anymore. This is not true. In
./scripts/lib/ptxd_make_world_patchin.sh and
./rules/post/ptxd_make_world_patchin.make there's a mechanism which
automatically uses an option PACKAGENAME_SERIES if present. This can
be used to have different series file in one patches directory for a
given package. Removing U_BOOT_SERIES broke our BSP using this
mechanism.

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 platforms/at91bootstrap.in |    9 +++++++++
 platforms/u-boot.in        |    9 +++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/platforms/at91bootstrap.in b/platforms/at91bootstrap.in
index da54849..c7ce1d3 100644
--- a/platforms/at91bootstrap.in
+++ b/platforms/at91bootstrap.in
@@ -44,6 +44,15 @@ config AT91BOOTSTRAP_MD5
 	prompt "AT91 Bootstrap source md5sum"
 	string
 
+config AT91BOOTSTRAP_SERIES
+	prompt "patch series file"
+	string
+	default "series"
+	help
+	  This entry specifies a patch series file which has to live in
+	  the u-boot patches directory. This way you can set a different
+	  series file than the default.
+
 config AT91BOOTSTRAP_CONFIG
 	string
 	prompt "AT91 Bootstrap config target"
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 244bee3..d318923 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -18,6 +18,15 @@ config U_BOOT_MD5
 	string
 	prompt "U-Boot source md5"
 
+config U_BOOT_SERIES
+	prompt "patch series file"
+	string
+	default "series"
+	help
+	  This entry specifies a patch series file which has to live in
+	  the u-boot patches directory. This way you can set a different
+	  series file than the default.
+
 config U_BOOT_CONFIG
 	string
 	prompt "U-Boot config target"
-- 
1.7.2.5


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2013-02-06 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-03 10:23 [ptxdist] [PATCH] u-boot: Remove unused symbols Alexander Stein
2013-02-06 11:54 ` [ptxdist] [PATCH] readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4) Alexander Dahl

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