common: board_r: fix mtd blk compile error

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie24f8c9c7e0b2642d021ec5ce673e17b5c815514
This commit is contained in:
Joseph Chen 2020-05-27 11:41:40 +08:00
parent ddb43797d5
commit 7c79bd2280
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ static init_fnc_t init_sequence_r[] = {
initr_onenand, initr_onenand,
#endif #endif
#ifdef CONFIG_MTD_BLK #ifdef CONFIG_MTD_BLK
initr_mtd_blk initr_mtd_blk,
#endif #endif
#ifdef CONFIG_MMC #ifdef CONFIG_MMC
initr_mmc, initr_mmc,