H8/300: Fix misnamed "CONFIG_BLKDEV_RESERVE_ADDRESS" Kconfig variable
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Acked-by: Satyam Sharma <satyam@infradead.org> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c811ac5366
commit
693c10e6c1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ config BLKDEV_RESERVE
|
||||||
help
|
help
|
||||||
Reserved BLKDEV area.
|
Reserved BLKDEV area.
|
||||||
|
|
||||||
config CONFIG_BLKDEV_RESERVE_ADDRESS
|
config BLKDEV_RESERVE_ADDRESS
|
||||||
hex 'start address'
|
hex 'start address'
|
||||||
depends on BLKDEV_RESERVE
|
depends on BLKDEV_RESERVE
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in a new issue