[Buildroot] [PATCH v1 2/4] configs/zynqmp_zcu102_defconfig: add parameters to generate extlinux.conf

Neal Frager nealf at xilinx.com
Wed May 25 13:34:34 UTC 2022


Hi Luca,

> This patch enables the zynqmp_zcu102_defconfig to auto-generate the 
> extlinux.conf file.
>
> Signed-off-by: Neal Frager <neal.frager at amd.com>
> ---
>  configs/zynqmp_zcu102_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/configs/zynqmp_zcu102_defconfig 
> b/configs/zynqmp_zcu102_defconfig index 5361981f5b..217fa0814b 100644
> --- a/configs/zynqmp_zcu102_defconfig
> +++ b/configs/zynqmp_zcu102_defconfig
> @@ -2,6 +2,7 @@ BR2_aarch64=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_15=y
>  BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynqmp/post-build.sh"
>  BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynqmp/post-image.sh"
> +BR2_ROOTFS_POST_SCRIPT_ARGS="ttyPS0,115200 mmcblk0p2"

> This patch as is has no effect without patch 3 where the extlinux.conf file is actually removed. Thus, for the sake of commit atomicity, I would squash patches 2+3 together.

Yes, no problem.

> Otherwise looks good. It's a nice cleanup, thank you!

Thank you for your review!

Best regards,
Neal Frager
AMD


More information about the buildroot mailing list