Created attachment 167746 [details] Remove duplicated option FREEBSD_BOOT_LOADER The option FREEBSD_BOOT_LOADER has been added to sys/arm/conf/std.armv6. There is no need to have it in std.rpi now. How to reproduce: as of base r296415: jsli@4cbsd:/usr/src # time make -sj4 TARGET=arm TARGET_ARCH=armv6 KERNCONF=RPI2 buildkernel -------------------------------------------------------------- >>> Kernel build for RPI2 started on Sun Mar 6 05:13:50 CST 2016 -------------------------------------------------------------- ===> RPI2 -------------------------------------------------------------- >>> stage 1: configuring the kernel -------------------------------------------------------------- WARNING: duplicate option `FREEBSD_BOOT_LOADER' encountered. Kernel build directory is /usr/obj/arm.armv6/usr/src/sys/RPI2 Don't forget to do ``make cleandepend && make depend''
A commit references this bug: Author: ian Date: Sun Mar 20 16:48:30 UTC 2016 New revision: 297068 URL: https://svnweb.freebsd.org/changeset/base/297068 Log: Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file. PR: 207728 Submitted by: Jia-Shiun Li <jiashiun@gmail.com> Changes: head/sys/arm/broadcom/bcm2835/std.rpi