Hi Tommaso, On Sun, Jan 2, 2022 at 8:54 PM Tommaso Merciai <[email protected]> wrote: > > get_board_value function fails to get the right board configuration on > second time that is call. This patch move get_board_value function at > spl level, once is call, store the right configuration into gd static > variable gd->board_type and fix the previous error. > get_board_value is now call only one time. > > Signed-off-by: Tommaso Merciai <[email protected]>
With this patch I get: Board: UDOO Neo UNDEFINED

