Skip to content

Commit

Permalink
rockchip: common: rename mtd to mtd_blk
Browse files Browse the repository at this point in the history
Change-Id: I430e1c6d0e37d4dee8bb127556e6847f9e640755
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
  • Loading branch information
Jason Zhu committed Jul 9, 2019
1 parent 65eeaea commit 2432f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/rockchip-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"setenv devtype mmc; setenv devnum 1; echo Boot from SDcard;" \
"elif mmc dev 0; then " \
"setenv devtype mmc; setenv devnum 0;" \
"elif mtd dev 0; then " \
"elif mtd_blk dev 0; then " \
"setenv devtype mtd; setenv devnum 0;" \
"elif rknand dev 0; then " \
"setenv devtype rknand; setenv devnum 0;" \
Expand Down

0 comments on commit 2432f0a

Please sign in to comment.