diff options
| author | skrll <skrll@NetBSD.org> | 2019-12-16 14:32:14 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2019-12-16 14:32:14 +0000 |
| commit | 6093bb7b516dafcfc7a633b341f10471dcf9b320 (patch) | |
| tree | 41cf1edb028b38776b13049c3bdf95320bc9acfc /sys | |
| parent | f2dea84bd7e574bdeecd865e120432c33a0ecf67 (diff) | |
Be consistent with RPI 32-bit and 64-kernels and use .img for the file
to give to the firmware to boot
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/evbarm/conf/mk.rpi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/evbarm/conf/mk.rpi b/sys/arch/evbarm/conf/mk.rpi index ed79ea2b329..041f2736399 100644 --- a/sys/arch/evbarm/conf/mk.rpi +++ b/sys/arch/evbarm/conf/mk.rpi @@ -1,4 +1,4 @@ -# $NetBSD: mk.rpi,v 1.7 2019/12/16 11:00:30 skrll Exp $ +# $NetBSD: mk.rpi,v 1.8 2019/12/16 14:32:14 skrll Exp $ SYSTEM_FIRST_OBJ= armv6_start.o SYSTEM_FIRST_SFILE= ${ARM}/arm/armv6_start.S @@ -9,7 +9,7 @@ KERNEL_BASE_PHYS=0x00008000 KERNEL_BASE_VIRT=0x80008000 SYSTEM_LD_TAIL_EXTRA+=; \ - echo ${OBJCOPY} -S -O binary $@ $@.bin; \ - ${OBJCOPY} -S -O binary $@ $@.bin; + echo ${OBJCOPY} -S -O binary $@ $@.img; \ + ${OBJCOPY} -S -O binary $@ $@.img; -EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@} +EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.img@} |
