[build] Allow product URI to be customised via config/branding.h

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2015-02-11 13:08:36 +00:00
parent 544a6a9769
commit e1ce15ec3c
3 changed files with 5 additions and 3 deletions

View File

@@ -591,7 +591,9 @@ init_message:
.ascii PRODUCT_NAME
.ascii "\n"
.ascii PRODUCT_SHORT_NAME
.asciz " (http://ipxe.org)"
.ascii " ("
.ascii PRODUCT_URI
.asciz ")"
.size init_message, . - init_message
.ifeqs BUSTYPE, "PCIR"
init_message_pci: