
Hello,
I'm getting the following build errors when I'm trying to build U-Boot for a board with UBIFS in its config from the current U-Boot mainline:
fs/built-in.o: In function `do_fs_type': (.text+0x6a0): undefined reference to `dbg_chk_lpt_free_spc' fs/built-in.o: In function `do_fs_type': (.text+0x6a4): undefined reference to `dbg_check_ltab' fs/built-in.o: In function `do_fs_type': (.text+0x6a8): undefined reference to `dbg_chk_lpt_sz' fs/built-in.o: In function `do_fs_type': (.text+0x6ac): undefined reference to `ubifs_dump_lpt_lebs' fs/built-in.o: In function `do_fs_type': (.text+0x71c): undefined reference to `ubifs_commit_required' fs/built-in.o: In function `do_fs_type': (.text+0x720): undefined reference to `ubifs_request_bg_commit' fs/built-in.o: In function `do_fs_type': (.text+0x724): undefined reference to `ubifs_write_node' fs/built-in.o: In function `do_fs_type': (.text+0x728): undefined reference to `ubifs_write_master'
Do I do something wrong or is it broken?