mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
[build] Move branding information to config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
FILE_LICENCE ( GPL2_OR_LATER )
|
||||
|
||||
#include <config/general.h>
|
||||
#include <config/branding.h>
|
||||
|
||||
#define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )
|
||||
#define PMM_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'M' << 16 ) + ( 'M' << 24 ) )
|
||||
@@ -573,7 +574,7 @@ get_pmm_decompress_to:
|
||||
* Note to hardware vendors:
|
||||
*
|
||||
* If you wish to brand this boot ROM, please do so by defining the
|
||||
* strings PRODUCT_NAME and PRODUCT_SHORT_NAME in config/general.h.
|
||||
* strings PRODUCT_NAME and PRODUCT_SHORT_NAME in config/branding.h.
|
||||
*
|
||||
* While nothing in the GPL prevents you from removing all references
|
||||
* to iPXE or http://ipxe.org, we prefer you not to do so.
|
||||
|
||||
Reference in New Issue
Block a user