aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 24ebd1ce6644..17dc22282e14 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -406,7 +406,7 @@ config BLK_DEV_RAM_BLOCKSIZE
406 depends on BLK_DEV_RAM 406 depends on BLK_DEV_RAM
407 default "1024" 407 default "1024"
408 help 408 help
409 The default value is 1024 kilobytes. PAGE_SIZE is a much more 409 The default value is 1024 bytes. PAGE_SIZE is a much more
410 efficient choice however. The default is kept to ensure initrd 410 efficient choice however. The default is kept to ensure initrd
411 setups function - apparently needed by the rd_load_image routine 411 setups function - apparently needed by the rd_load_image routine
412 that supposes the filesystem in the image uses a 1024 blocksize. 412 that supposes the filesystem in the image uses a 1024 blocksize.