diff options
Diffstat (limited to 'sys/boot/powerpc/uboot')
-rw-r--r-- | sys/boot/powerpc/uboot/Makefile | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/uboot/conf.c | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/uboot/help.uboot | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/uboot/ldscript.powerpc | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/uboot/start.S | 2 | ||||
-rw-r--r-- | sys/boot/powerpc/uboot/version | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile index efb401e9cef9..c7be2b07f608 100644 --- a/sys/boot/powerpc/uboot/Makefile +++ b/sys/boot/powerpc/uboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/uboot/Makefile,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ PROG= ubldr NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH} diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c index 5a9515a452d6..8a25c02af7b2 100644 --- a/sys/boot/powerpc/uboot/conf.c +++ b/sys/boot/powerpc/uboot/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/uboot/conf.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/powerpc/uboot/help.uboot b/sys/boot/powerpc/uboot/help.uboot index 5873eb0512d2..79ca4fc5401f 100644 --- a/sys/boot/powerpc/uboot/help.uboot +++ b/sys/boot/powerpc/uboot/help.uboot @@ -1 +1 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/uboot/help.uboot,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/sys/boot/powerpc/uboot/ldscript.powerpc index 43ef422a7f7f..1e1e01a99a6a 100644 --- a/sys/boot/powerpc/uboot/ldscript.powerpc +++ b/sys/boot/powerpc/uboot/ldscript.powerpc @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/powerpc/uboot/ldscript.powerpc,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) diff --git a/sys/boot/powerpc/uboot/start.S b/sys/boot/powerpc/uboot/start.S index 3e80576907a4..10d8df26374d 100644 --- a/sys/boot/powerpc/uboot/start.S +++ b/sys/boot/powerpc/uboot/start.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/powerpc/uboot/start.S,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/boot/powerpc/uboot/version b/sys/boot/powerpc/uboot/version index 906210de8c3f..32dbc710d603 100644 --- a/sys/boot/powerpc/uboot/version +++ b/sys/boot/powerpc/uboot/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/uboot/version,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. |