[boot-wrapper PATCH v2 5/9] configure: Fix default DTB

Mark Rutland mark.rutland at arm.com
Fri Jan 7 06:13:29 PST 2022


On Wed, Dec 22, 2021 at 06:16:03PM +0000, Andre Przywara wrote:
> The DTS files for Arm Ltd. boards and the fastmodel have long been moved
> into the arm/ subdirectory of the arm64 kernel tree's DT folder.
> 
> Adjust the default path to make this build out of the box.
> 
> Also change the default DTB to the more modern FVP RevC model on the
> way.
> 
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>

Thanks; applied.

Mark.

> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 852fd9a..2b295de 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -33,7 +33,7 @@ AC_ARG_WITH([kernel-dir],
>  AS_IF([test "x$KERNEL_ES" = x32],
>  	[KERN_IMAGE=$KERN_DIR/arch/arm/boot/zImage],
>  	[KERN_IMAGE=$KERN_DIR/arch/arm64/boot/Image])
> -KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/rtsm_ve-aemv8a.dtb
> +KERN_DTB=$KERN_DIR/arch/arm64/boot/dts/arm/fvp-base-revc.dtb
>  
>  # Allow the user to override the default DTB
>  AC_ARG_WITH([dtb],
> -- 
> 2.25.1
> 



More information about the linux-arm-kernel mailing list