> > Unfortunately, this command is not included in my build of > u-boot. Did > > I miss some compile-switch, or do I have to explicitly include > > ext2fs.h somewhere? How can I enable the ext2/ext3 functionality? > > This depends on CONFIG_CMD_EXT2 >
Thanks, I added this along with CONFIG_DOS_PARTITION to my board configuration file - which so far is a copy of the MPC8568MDS.h During the final linking I get the following errors: common/libcommon.a(cmd_ext2.o): In function `do_ext2load': u-boot-2009.11.1/common/cmd_ext2.c:193: undefined reference to `get_partition_info' fs/ext2/libext2fs.a(dev.o): In function `ext2fs_set_blk_dev': u-boot-2009.11.1/fs/ext2/dev.c:45: undefined reference to `get_partition_info' make: *** [u-boot] Error 1 Full build output is attached. What's the issue here? Cheers Matthias
uboot.log.gz
Description: Binary data
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot