From 4b09a0c4ff4365159d7bfec6bb086743bdb39110 Mon Sep 17 00:00:00 2001 From: Alexander Dahl Date: Wed, 6 Feb 2013 12:54:16 +0100 Subject: 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 Signed-off-by: Michael Olbrich --- platforms/u-boot.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'platforms') 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" -- cgit v1.2.3