mpc85xx: Enable initramfs for p1020 subtarget
The following patch enables building of initramfs images by default for the P1020 subtarget in mpc85xx. Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
This commit is contained in:
parent
1b368f1641
commit
a92f73e922
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ menu "Target Images"
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
|
||||||
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
|
||||||
|
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx
|
||||||
default TARGET_INITRAMFS_COMPRESSION_NONE
|
default TARGET_INITRAMFS_COMPRESSION_NONE
|
||||||
depends on TARGET_ROOTFS_INITRAMFS
|
depends on TARGET_ROOTFS_INITRAMFS
|
||||||
help
|
help
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
BOARDNAME:=P1020
|
BOARDNAME:=P1020
|
||||||
|
FEATURES += ramdisk
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Freescale P1020 based boards.
|
Build firmware images for Freescale P1020 based boards.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue