From bd75f3d01f36f6093a60644b42bcba855789afa1 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Tue, 15 Jun 2010 16:20:58 +0200 Subject: [platforms/flash.in] remove all but FLASH_BLOCKSIZE the other options are not used anyway Signed-off-by: Marc Kleine-Budde --- platforms/flash.in | 94 ------------------------------------------------------ 1 file changed, 94 deletions(-) (limited to 'platforms') 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 -- cgit v1.2.3