U-Boot banner is printed in makefile of u-boot. If you edit following lines, and execute updated u-boot , you can see desired banner.
$(VERSION_FILE):
printf ' #define U_BOOT_VERSION "YOUR STRING" ' \
"$(U_BOOT_VERSION)"
Also, you can edit version, patch level, sublevel and extraversion field of u-boot which are defined at the top of makefile.
只有注册用户才能在此添加评论。 如果您已经注册,请登录。 如果您还没有注册,请注册并登录。