[U-Boot] [u-boot-2013.01.y] [NEED HELP] spl_image.flags has a bad default value

Shmuel Weiss sweiss at kramerel.com
Tue Nov 22 15:13:28 CET 2016


HI All,

We have an issue with this variable which is not initialized in our am335x board, the default value there is 0XFF which is making the condition successful and cause SPL to fail after power cycle.

common/spl/spl.c:81:		if (spl_image.flags & SPL_COPY_PAYLOAD_ONLY) {


Can anybody say what we are missing about this flag initialization ?


Thanks.



More information about the U-Boot mailing list