diff options
| author | Peter Tribble <peter.tribble@gmail.com> | 2019-01-28 12:15:59 +0000 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2019-02-07 21:46:57 -0500 |
| commit | 2a1fd0ffe121888d44fdec321c25b53dcfaa9118 (patch) | |
| tree | 6b545d7ee224e6bc3f0fe80f3b231fa325f06368 /usr/src/tools/chk4ubin | |
| parent | 84a8796cdac4378079f720e0ca4d2ff15eb1b8b7 (diff) | |
| download | illumos-joyent-2a1fd0ffe121888d44fdec321c25b53dcfaa9118.tar.gz | |
10318 Remove starfire support
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Andy Fiddaman <af@citrus-it.net>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/tools/chk4ubin')
| -rw-r--r-- | usr/src/tools/chk4ubin/chk4ubin.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/tools/chk4ubin/chk4ubin.c b/usr/src/tools/chk4ubin/chk4ubin.c index 752e2013f0..aa2e38d6bc 100644 --- a/usr/src/tools/chk4ubin/chk4ubin.c +++ b/usr/src/tools/chk4ubin/chk4ubin.c @@ -24,6 +24,10 @@ * Use is subject to license terms. */ +/* + * Copyright 2019 Peter Tribble. + */ + #include <stdio.h> #include <sys/types.h> #include <sys/param.h> @@ -95,7 +99,6 @@ static uint_t pagemask = 0x1fff; static char *sun4u_bootables[] = { "platform/sun4u/kernel/sparcv9/unix", - "platform/SUNW,Ultra-Enterprise-10000/kernel/sparcv9/unix", "platform/SUNW,Sun-Fire-15000/kernel/sparcv9/unix", "platform/sun4u/cprboot", "platform/sun4u/bootlst" |
