summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/boot/powerpc/uboot/Makefile2
-rw-r--r--sys/boot/uboot/common/Makefile.inc2
-rw-r--r--sys/boot/uboot/common/metadata.c (renamed from sys/boot/powerpc/uboot/metadata.c)3
3 files changed, 4 insertions, 3 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile
index defac75..efb401e 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/sys/boot/powerpc/uboot/Makefile
@@ -7,7 +7,7 @@ INSTALLFLAGS= -b
NO_MAN=
# Architecture-specific loader code
-SRCS= start.S conf.c metadata.c vers.c
+SRCS= start.S conf.c vers.c
LOADER_DISK_SUPPORT?= no
LOADER_UFS_SUPPORT?= no
diff --git a/sys/boot/uboot/common/Makefile.inc b/sys/boot/uboot/common/Makefile.inc
index 5d20372..e12804c 100644
--- a/sys/boot/uboot/common/Makefile.inc
+++ b/sys/boot/uboot/common/Makefile.inc
@@ -1,3 +1,3 @@
# $FreeBSD$
-SRCS+= main.c
+SRCS+= main.c metadata.c
diff --git a/sys/boot/powerpc/uboot/metadata.c b/sys/boot/uboot/common/metadata.c
index c4342ed..9c8ce94 100644
--- a/sys/boot/powerpc/uboot/metadata.c
+++ b/sys/boot/uboot/common/metadata.c
@@ -1,6 +1,7 @@
/*-
* Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
- * Copyright (C) 2007-2008 Semihalf, Piotr Kruszynski <ppk@semihalf.com>
+ * Copyright (C) 2006 Semihalf, Piotr Kruszynski <ppk@semihalf.com>
+ * Copyright (C) 2007-2008 Semihalf, Rafal Jaworowski <raj@semihalf.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
OpenPOWER on IntegriCloud