bcm27xx: include 'rtc' in target's 'FEATURES'
There are many ways to add external RTC to Raspberry Pi boards. Let's
include support for this for the whole target and while at it, sort
features alphabetically.
Fixes: #9594
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit ff09905a46
)
This commit is contained in:
parent
ae64d0624c
commit
6120a66e6a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=bcm27xx
|
BOARD:=bcm27xx
|
||||||
BOARDNAME:=Broadcom BCM27xx
|
BOARDNAME:=Broadcom BCM27xx
|
||||||
FEATURES:=ext4 audio usb usbgadget display gpio fpu squashfs rootfs-part boot-part
|
FEATURES:=audio boot-part display ext4 fpu gpio rootfs-part rtc squashfs usb usbgadget
|
||||||
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
|
SUBTARGETS:=bcm2708 bcm2709 bcm2710 bcm2711
|
||||||
|
|
||||||
KERNEL_PATCHVER=5.10
|
KERNEL_PATCHVER=5.10
|
||||||
|
|
Loading…
Reference in a new issue