diff options
| author | Michael Brown | 2015-02-11 13:51:58 +0100 |
|---|---|---|
| committer | Michael Brown | 2015-02-11 13:51:58 +0100 |
| commit | 1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7 (patch) | |
| tree | 7a538fed0bfc277a01b93f7a4d25634f90cbfdc4 /src/arch | |
| parent | [xhci] Delay after (possibly) forcing port link state to RxDetect (diff) | |
| download | ipxe-1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7.tar.gz ipxe-1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7.tar.xz ipxe-1c3fb3c61ae4af8b8ccf92afc90b48dfc0b597c7.zip | |
[build] Move branding information to config/branding.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/i386/prefix/romprefix.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index 7bc4fe8cd..03ab8c78b 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -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. |
