diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-11-18 11:20:30 +0100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2013-11-24 05:34:47 +0100 |
commit | f3c1c9b6ac73c7b5346d36ac06e5bf08244e1d82 (patch) | |
tree | 89d96448964ad37c837c318cedb47585e23f3bd5 | |
parent | 25b8b7b8813f849c132db597510c4d61c47566fa (diff) |
payloads/external/SeaBIOS/Makefile.inc: Remove empty lines at file beginning
Change-Id: I3e6eba62b6790836edf9813c2a45c77390d8c078
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/4094
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
-rw-r--r-- | payloads/external/SeaBIOS/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 022e012d4e..84f1515082 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,5 +1,3 @@ - - TAG-$(CONFIG_SEABIOS_MASTER)=origin/master TAG-$(CONFIG_SEABIOS_STABLE)=88cb66ea542906ffff8a80ef397b9e3adbb33116 |