summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorAlexander Dahl <post@lespocky.de>2013-02-06 12:54:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-02-07 18:46:07 +0100
commit4b09a0c4ff4365159d7bfec6bb086743bdb39110 (patch)
tree4e0487d3699bcfe13fdb22dfe9ad2361b17ab709 /platforms
parent7581158339c658a2cbafb4d7d459dc8c5e6172d7 (diff)
downloadptxdist-4b09a0c4ff4365159d7bfec6bb086743bdb39110.tar.gz
ptxdist-4b09a0c4ff4365159d7bfec6bb086743bdb39110.tar.xz
readd _SERIES option for u-boot and add it for at91bootstrap (partially reverts dac31c4)
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/u-boot.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 244bee3c6..d31892368 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"