http://git.etherboot.org
/
people
/
lynusvaz
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44a193
)
[legal] Add FILE_LICENCE declaration to romprefix.S
author
Michael Brown
<mcb30@etherboot.org>
Mon, 18 May 2009 08:33:36 +0000
(09:33 +0100)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 18 May 2009 08:33:36 +0000
(09:33 +0100)
src/arch/i386/prefix/romprefix.S
patch
|
blob
|
history
diff --git
a/src/arch/i386/prefix/romprefix.S
b/src/arch/i386/prefix/romprefix.S
index
7d53237
..
a4cfb5a
100644
(file)
--- a/
src/arch/i386/prefix/romprefix.S
+++ b/
src/arch/i386/prefix/romprefix.S
@@
-6,6
+6,8
@@
* table so using a noticeable amount of stack space is a no-no.
*/
+FILE_LICENCE ( GPL2_OR_LATER )
+
#include <config/general.h>
#define PNP_SIGNATURE ( '$' + ( 'P' << 8 ) + ( 'n' << 16 ) + ( 'P' << 24 ) )