All,
In case anyone is compiling and using the mainline u-boot I ran into a
problem with a recent patch that was applied.
Line 196 of u-boot/include/config_distro_bootcmd.h "part list ${devtype}
${devnum} devplist; " will cause an error unless u-boot is compiled with
CONFIG_PARTITION_UUIDS and CONFIG_PART_CMD defined. This appears to have
been introduced in the patch "sjoerd-ccu authored on Jan 5".
For the sunxi platform these are not defined hence the error. I found I was
able to fix it by adding at line 102 in uboot/include/configs/sunxi-common:
#define CONFIG_PARTITION_UUIDS
#define CONFIG_CMD_PART
There may be a better way to do this as I am no expert.
Hope this helps,
digitalhack
--
You received this message because you are subscribed to the Google Groups
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.