summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-06-15 16:20:58 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-06-15 16:20:58 +0200
commitbd75f3d01f36f6093a60644b42bcba855789afa1 (patch)
tree8c907301a8817f9f58af5a4fb0ce7687b21679f5 /platforms
parentf8770aecb60892154556082c1c68762f5da83728 (diff)
downloadptxdist-bd75f3d01f36f6093a60644b42bcba855789afa1.tar.gz
ptxdist-bd75f3d01f36f6093a60644b42bcba855789afa1.tar.xz
[platforms/flash.in] remove all but FLASH_BLOCKSIZE
the other options are not used anyway Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/flash.in94
1 files changed, 0 insertions, 94 deletions
diff --git a/platforms/flash.in b/platforms/flash.in
index 3c6506c5a..83c2e0c78 100644
--- a/platforms/flash.in
+++ b/platforms/flash.in
@@ -1,103 +1,9 @@
menu "flash "
-comment ""
-comment "Partition sizes can be in decimal or in hex (0x) with"
-comment "an optional k|M for kilobytes or megabytes"
-comment "A partition size of 0 means that the remaining space"
-comment "is used for a partition"
-comment ""
-
-config FLASH_START
- string
- prompt "flash start"
- default "0xff000000"
-
-config FLASH_SIZE
- string
- prompt "flash size"
- default "16M"
-
config FLASH_BLOCKSIZE
string
prompt "flash block size"
- default "128k"
-
-comment "----------"
-comment "partitions"
-comment "----------"
-
-config FLASH_BLOCKSIZE
- string
- default "128k"
-
-config FLASH_PART1_SIZE
- string
- prompt "partition 1 size"
default "256k"
-config FLASH_PART1_NAME
- string
- prompt "partition 1 name"
- default "ubootl"
-
-config FLASH_PART2_SIZE
- string
- depends on FLASH_PART1_SIZE != ""
- prompt "partition 2 size"
- default "1792k"
-
-config FLASH_PART2_NAME
- string
- depends on FLASH_PART1_SIZE != ""
- prompt "partition 2 name"
- default "kernel"
-
-config FLASH_PART3_SIZE
- string
- depends on FLASH_PART2_SIZE != ""
- prompt "partition 3 size"
- default "13312k"
-
-config FLASH_PART3_NAME
- string
- depends on FLASH_PART2_SIZE != ""
- prompt "partition 3 name"
- default "jffs2"
-
-config FLASH_PART4_SIZE
- string
- depends on FLASH_PART3_SIZE != ""
- prompt "partition 4 size"
- default "256k"
-
-config FLASH_PART4_NAME
- string
- depends on FLASH_PART3_SIZE != ""
- prompt "partition 4 name"
- default "uboot"
-
-config FLASH_PART5_SIZE
- string
- depends on FLASH_PART4_SIZE != ""
- prompt "partition 5 size"
- default "128k"
-
-config FLASH_PART5_NAME
- string
- depends on FLASH_PART4_SIZE != ""
- prompt "partition 5 name"
- default "oftree"
-
-config FLASH_PART6_SIZE
- string
- depends on FLASH_PART5_SIZE != ""
- prompt "partition 6 size"
- default ""
-
-config FLASH_PART6_NAME
- string
- depends on FLASH_PART5_SIZE != ""
- prompt "partition 6 name"
- default "space"
endmenu