From: Jan Kiszka <[email protected]> U-Boot may move it into the reserved region, and it is actually not needed when compiling also GPIO support for the zynqmp into the kernel.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/arm64_defconfig_5.4 | 2 +- wic/ultra96.wks | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/files/arm64_defconfig_5.4 b/recipes-kernel/linux/files/arm64_defconfig_5.4 index a972ad6..cfa2da6 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_5.4 +++ b/recipes-kernel/linux/files/arm64_defconfig_5.4 @@ -287,7 +287,7 @@ CONFIG_GPIO_PL061=y CONFIG_GPIO_RCAR=y CONFIG_GPIO_XGENE=y CONFIG_GPIO_XGENE_SB=y -CONFIG_GPIO_ZYNQ=m +CONFIG_GPIO_ZYNQ=y CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y CONFIG_GPIO_MAX77620=y diff --git a/wic/ultra96.wks b/wic/ultra96.wks index 305cc1e..2ce1785 100644 --- a/wic/ultra96.wks +++ b/wic/ultra96.wks @@ -11,6 +11,6 @@ part --source bootimg-partition --ondisk mmcblk0 --fstype vfat --label boot --align 1 --size 16 --overhead-factor 1 --extra-space 0 -part / --source rootfs-u-boot --ondisk mmcblk0 --fstype ext4 --label platform --align 1024 --active +part / --source rootfs-u-boot --ondisk mmcblk0 --fstype ext4 --label platform --align 1024 --active --sourceparams "no_initrd=yes" bootloader --append "mem=1820M" -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/a80458ba61689ac6537afdc3794392884372f9be.1601876389.git.jan.kiszka%40siemens.com.
