summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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