diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2022-04-06 23:07:55 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2022-05-07 22:22:58 +0200 |
commit | 6120a66e6ad42269bc2af589a05c71d145c34fa3 (patch) | |
tree | e2915717ff86c31bbcb8926f91226a6384f610b5 /target/linux | |
parent | ae64d0624c30000f0549e418e4d592f09eb63795 (diff) | |
download | upstream-6120a66e6ad42269bc2af589a05c71d145c34fa3.tar.gz upstream-6120a66e6ad42269bc2af589a05c71d145c34fa3.tar.bz2 upstream-6120a66e6ad42269bc2af589a05c71d145c34fa3.zip |
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 ff09905a468b4cc44f039a76568e8fe6cbaea8d9)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/bcm27xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index 29546049ed..a62d72ffc4 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=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 KERNEL_PATCHVER=5.10 |