the config not work, I don't why
MKIMAGE u-boot.img
CC tpl/arch/arm/mach-rockchip/rk3399/rk3399.o
In file included from include/part.h:9,
from include/mmc.h:17,
from include/spl.h:17,
from arch/arm/mach-rockchip/rk3399/rk3399.c:9:
include/blk.h: In function 'blk_dread':
include/blk.h:552:30: error: 'struct blk_desc' has no member named 'block_read'
552 | blks_read = block_dev->block_read(block_dev, start, blkcnt, buffer);
| ^~
include/blk.h: In function 'blk_dwrite':
include/blk.h:564:25: error: 'struct blk_desc' has no member named 'block_write'
564 | return block_dev->block_write(block_dev, start, blkcnt, buffer);
| ^~
include/blk.h: In function 'blk_derase':
include/blk.h:571:25: error: 'struct blk_desc' has no member named 'block_erase'
571 | return block_dev->block_erase(block_dev, start, blkcnt);