You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using clean build of uImage target by "make uImage" resulted
in an error "'arch/arc/boot/loader': No such file".
This was because of "loader" is not dependancy for "uImage".
With this fix "make clean"+"make uImage" generate
"loader" and "uImage" binaries in "arch/arc/boot/".
0 commit comments