nuttx/boards/risc-v/mpfs/icicle
Xiang Xiao ea0aadff1e boards/mpfs: Fix the icicle build break
src/mpfs_emmcsd.c: In function 'mpfs_board_emmcsd_init':
Error: src/mpfs_emmcsd.c:72:40: error: 'SDIO_SLOTNO' undeclared (first use in this function)
   finfo("Initializing SDIO slot %d\n", SDIO_SLOTNO);
                                        ^~~~~~~~~~~
src/mpfs_emmcsd.c:72:40: note: each undeclared identifier is reported only once for each function it appears in
Error: src/mpfs_emmcsd.c:83:55: error: 'SDIO_MINOR' undeclared (first use in this function); did you mean 'SHRT_MIN'?
   finfo("Bind SDIO to the MMC/SD driver, minor=%d\n", SDIO_MINOR);

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-11-18 11:45:50 -06:00
..
configs mpfs/icicle/configs/hwtest: enable SD card 2021-09-18 12:18:09 -03:00
include mpfs: cache: provide L1/L2 cache enablers 2021-11-04 11:00:55 -03:00
scripts mpfs: board Make.defs: add bootloader linker option 2021-10-21 22:40:26 -05:00
src boards/mpfs: Fix the icicle build break 2021-11-18 11:45:50 -06:00
Kconfig