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.
ここにコメントを追加するには、ご登録いただく必要があります。 ご登録済みの場合は、ログインしてください。 ご登録がまだの場合は、ご登録後にログインしてください。