U-Boot Banner

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

U-Boot Banner

mtanriverr
Contributor II
0 0 1,628

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.