diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-07 01:42:43 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-07 01:43:39 +0300 |
commit | b1bff5cb57fab31932ceaa0dea9509effe9f5800 (patch) | |
tree | fa2f1f99f3b2fd18b2aee129a68a74f16b884774 /target/linux/mvebu/Makefile | |
parent | 8347d8b4fbe41ce7db386f948df3ebb6c6bc32d3 (diff) | |
download | upstream-b1bff5cb57fab31932ceaa0dea9509effe9f5800.tar.gz upstream-b1bff5cb57fab31932ceaa0dea9509effe9f5800.tar.bz2 upstream-b1bff5cb57fab31932ceaa0dea9509effe9f5800.zip |
mvebu: switch to generic sdcard upgrade method
Now that we have a generic sdcard upgrade method, which was copied from
the mvebu platform method, we can switch mvebu to the generic method.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 1550309a92..6b992f8903 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk BOARD:=mvebu BOARDNAME:=Marvell EBU Armada -FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part +FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part sdcard SUBTARGETS:=cortexa9 cortexa53 cortexa72 KERNEL_PATCHVER:=5.4 |