summaryrefslogtreecommitdiff
path: root/stand/uboot
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-06-14 06:41:33 +0000
committerWarner Losh <imp@FreeBSD.org>2018-06-14 06:41:33 +0000
commit5f88ee4479a5bf81f59509cd9ca1ba8721f3d68e (patch)
tree8985f80e20f5cc486c1b4e04adb34ec80b5504a3 /stand/uboot
parentf80aa8cf2d3ddd59e5871eed210a4cc193df1424 (diff)
downloadsrc-test2-5f88ee4479a5bf81f59509cd9ca1ba8721f3d68e.tar.gz
src-test2-5f88ee4479a5bf81f59509cd9ca1ba8721f3d68e.zip
bootprog_info is generated in vers.c. Move it's definition to
bootstrap.h and remove all the redundant copies. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=335117
Diffstat (limited to 'stand/uboot')
-rw-r--r--stand/uboot/common/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/uboot/common/main.c b/stand/uboot/common/main.c
index 8ad33f40c954..4cba1bd0e187 100644
--- a/stand/uboot/common/main.c
+++ b/stand/uboot/common/main.c
@@ -66,7 +66,6 @@ struct device_type {
};
extern char end[];
-extern char bootprog_info[];
extern unsigned char _etext[];
extern unsigned char _edata[];