summaryrefslogtreecommitdiffstats
path: root/platforms/u-boot.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 14:34:19 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 14:34:19 +0000
commit12f7a7b9dcd1bb4d6b58eec3f965d5215a97d415 (patch)
tree1f91d03e7c751a9e9d502b2e9f1720e8eca23bff /platforms/u-boot.in
parent61ae199c2ec7062694fb2780ae64cb4d057191ee (diff)
downloadptxdist-12f7a7b9dcd1bb4d6b58eec3f965d5215a97d415.tar.gz
ptxdist-12f7a7b9dcd1bb4d6b58eec3f965d5215a97d415.tar.xz
* platforms/u-boot.in:
introduced custom series file git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7972 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'platforms/u-boot.in')
-rw-r--r--platforms/u-boot.in15
1 files changed, 13 insertions, 2 deletions
diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index 0666686ed..355fe3374 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -10,11 +10,22 @@ config U_BOOT_VERSION
help
Enter the Uboot version you want to build. Usally something like "1.2.0"
+config U_BOOT_SERIES
+ depends on U_BOOT
+ prompt "patch series file"
+ string
+ default "series${PTXDIST_PLATFORMSUFFIX}"
+ 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
- default "${PTXDIST_PLATFORMCONFIGDIR}/u-boot.config"
depends on U_BOOT
- prompt "U-Boot config file"
+ prompt "U-Boot config target"
help
The U-Boot make config target. Usually something like
"yourbox_config". See Uboot's main Makefile for possible