diff --git a/[refs] b/[refs] index 0c850b4d5ee7..b0528869edbf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96016cfae5739902944aaec9c3cbbbdeabc7a38b +refs/heads/master: 73cf9630683e8b9f58485b75a13a21ac9ff33aef diff --git a/trunk/drivers/block/Kconfig b/trunk/drivers/block/Kconfig index 24ebd1ce6644..17dc22282e14 100644 --- a/trunk/drivers/block/Kconfig +++ b/trunk/drivers/block/Kconfig @@ -406,7 +406,7 @@ config BLK_DEV_RAM_BLOCKSIZE depends on BLK_DEV_RAM default "1024" help - The default value is 1024 kilobytes. PAGE_SIZE is a much more + The default value is 1024 bytes. PAGE_SIZE is a much more efficient choice however. The default is kept to ensure initrd setups function - apparently needed by the rd_load_image routine that supposes the filesystem in the image uses a 1024 blocksize.