diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2020-10-26 10:41:36 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-11-23 22:53:15 +0100 |
commit | 65f8d7360c041ed90724bcc97673b30ce704cc33 (patch) | |
tree | e0e746e019abb7af291b10d8e739b6cd05791451 /package/boot/uboot-layerscape/Makefile | |
parent | 6e1a4496f58c0eb69280dca7e0ba692bef41fbda (diff) | |
download | upstream-65f8d7360c041ed90724bcc97673b30ce704cc33.tar.gz upstream-65f8d7360c041ed90724bcc97673b30ce704cc33.tar.bz2 upstream-65f8d7360c041ed90724bcc97673b30ce704cc33.zip |
layerscape: make initramfs kernel fit packed
This will make developing process easier, because dtb will be included
into image.
Not need to enable initramfs image by default.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'package/boot/uboot-layerscape/Makefile')
-rw-r--r-- | package/boot/uboot-layerscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-layerscape/Makefile b/package/boot/uboot-layerscape/Makefile index 5d6a956aeb..ec1b45d70f 100644 --- a/package/boot/uboot-layerscape/Makefile +++ b/package/boot/uboot-layerscape/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uboot-layerscape PKG_VERSION:=LSDK-20.04-update-290520 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://source.codeaurora.org/external/qoriq/qoriq-components/u-boot |