sunxi: make use of 'rootfs-part' feature
Use 'rootfs-part' feature instead of referencing the TARGET_sunxi in Config-images.in. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
3a69b4bbb9
commit
d05ac928f6
@ -296,7 +296,7 @@ menu "Target Images"
|
|||||||
|
|
||||||
config TARGET_ROOTFS_PARTSIZE
|
config TARGET_ROOTFS_PARTSIZE
|
||||||
int "Root filesystem partition size (in MiB)"
|
int "Root filesystem partition size (in MiB)"
|
||||||
depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_sunxi || TARGET_uml
|
depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_uml
|
||||||
default 104
|
default 104
|
||||||
help
|
help
|
||||||
Select the root filesystem partition size.
|
Select the root filesystem partition size.
|
||||||
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=sunxi
|
BOARD:=sunxi
|
||||||
BOARDNAME:=Allwinner A1x/A20/A3x/H3/H5/R40
|
BOARDNAME:=Allwinner A1x/A20/A3x/H3/H5/R40
|
||||||
FEATURES:=fpu usb ext4 display rtc squashfs
|
FEATURES:=fpu usb ext4 display rootfs-part rtc squashfs
|
||||||
SUBTARGETS:=cortexa8 cortexa7 cortexa53
|
SUBTARGETS:=cortexa8 cortexa7 cortexa53
|
||||||
|
|
||||||
KERNEL_PATCHVER:=5.10
|
KERNEL_PATCHVER:=5.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user