diff options
author | Chris Blake <chrisrblake93@gmail.com> | 2017-09-30 11:13:35 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-10-14 01:19:35 +0200 |
commit | a92f73e922e259fca4b357f402dd0bffe79f0bab (patch) | |
tree | 3093f3565f03130d364fbdbfb9cfa4cc9497ea70 /target | |
parent | 1b368f164131f21bb6870a1e75421d30e6acd0ac (diff) | |
download | upstream-a92f73e922e259fca4b357f402dd0bffe79f0bab.tar.gz upstream-a92f73e922e259fca4b357f402dd0bffe79f0bab.tar.bz2 upstream-a92f73e922e259fca4b357f402dd0bffe79f0bab.zip |
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>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/p1020/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/p1020/target.mk b/target/linux/mpc85xx/p1020/target.mk index c111d7a4af..5d84d83205 100644 --- a/target/linux/mpc85xx/p1020/target.mk +++ b/target/linux/mpc85xx/p1020/target.mk @@ -1,6 +1,6 @@ BOARDNAME:=P1020 +FEATURES += ramdisk define Target/Description Build firmware images for Freescale P1020 based boards. endef - |