aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2015-02-22 19:40:20 -0500
committerGene Cumm <gene.cumm@gmail.com>2015-02-22 19:40:20 -0500
commit63d0a069ca263c6a853939d3fbef1a01ea9c76fd (patch)
tree130ce1b4def133e3938e98e65cb9f4c96f9150e8
parentcb00ff28e7776794a89bb3f27d033b9e254adbfc (diff)
downloadsyslinux-63d0a069ca263c6a853939d3fbef1a01ea9c76fd.tar.gz
syslinux-63d0a069ca263c6a853939d3fbef1a01ea9c76fd.tar.xz
syslinux-63d0a069ca263c6a853939d3fbef1a01ea9c76fd.zip
diag/geodsp/: Remove geodsp1s_f.img.xz image from target; Copyright
It's relatively simple to just apply the geodsp1s_f.bin force drive 80h after applying the plain geodsp1s.img.xz Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--diag/geodsp/Makefile4
-rw-r--r--diag/geodsp/geodsp1s.asm2
-rw-r--r--diag/geodsp/geodsplib.inc2
-rw-r--r--diag/geodsp/geodspms.asm2
4 files changed, 5 insertions, 5 deletions
diff --git a/diag/geodsp/Makefile b/diag/geodsp/Makefile
index a369b03e..73e4429e 100644
--- a/diag/geodsp/Makefile
+++ b/diag/geodsp/Makefile
@@ -1,6 +1,6 @@
## -----------------------------------------------------------------------
##
-## Copyright 2010-2011 Gene Cumm
+## Copyright 2010-2015 Gene Cumm
##
## Portions from core/Makefile:
## Copyright 1998-2009 H. Peter Anvin - All Rights Reserved
@@ -23,7 +23,7 @@ coredir = $(topdir)/core
VPATH = $(SRC)
BTARGET = geodsp1s.bin geodsp1s_f.bin geodspms.bin \
- geodsp1s.img.xz geodsp1s_f.img.xz geodspms.img.xz
+ geodsp1s.img.xz geodspms.img.xz
NASMOPT = -i $(coredir)/ -i $(SRC)/ -Ox -f bin -dBINFMT
NASMOPT += -w+orphan-labels
diff --git a/diag/geodsp/geodsp1s.asm b/diag/geodsp/geodsp1s.asm
index 741c51f8..50d97e7a 100644
--- a/diag/geodsp/geodsp1s.asm
+++ b/diag/geodsp/geodsp1s.asm
@@ -1,6 +1,6 @@
; -----------------------------------------------------------------------
;
-; Copyright 2010-2014 Gene Cumm
+; Copyright 2010-2015 Gene Cumm
;
; Portions from diskstart.inc:
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
diff --git a/diag/geodsp/geodsplib.inc b/diag/geodsp/geodsplib.inc
index 9f6eafcf..6f406a36 100644
--- a/diag/geodsp/geodsplib.inc
+++ b/diag/geodsp/geodsplib.inc
@@ -1,6 +1,6 @@
; -----------------------------------------------------------------------
;
-; Copyright 2010-2014 Gene Cumm
+; Copyright 2010-2015 Gene Cumm
;
; Portions from diskstart.inc:
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved
diff --git a/diag/geodsp/geodspms.asm b/diag/geodsp/geodspms.asm
index 0bc46a7c..a5521fe4 100644
--- a/diag/geodsp/geodspms.asm
+++ b/diag/geodsp/geodspms.asm
@@ -1,6 +1,6 @@
; -----------------------------------------------------------------------
;
-; Copyright 2010 Gene Cumm
+; Copyright 2010-2015 Gene Cumm
;
; Portions from diskstart.inc:
; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved