U-Boot Banner

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

U-Boot Banner

mtanriverr
Contributor II
0 0 926

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.