[U-Boot] [PATCH] snow: set fdtfile

Peter Robinson pbrobinson at gmail.com
Fri Jul 13 17:20:37 UTC 2018


On Thu, Jun 14, 2018 at 9:34 PM, Guillaume GARDET
<guillaume.gardet at free.fr> wrote:
> Needed to boot with EFI distro boot.
>
> Signed-off-by: Guillaume GARDET <guillaume.gardet at free.fr>
>
> Cc: Akshay Saraswat <akshay.s at samsung.com>
> Cc: Tom Rini <trini at konsulko.com>
> ---
>  include/configs/snow.h | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/include/configs/snow.h b/include/configs/snow.h
> index 3b0db32ece..c546a5a6d0 100644
> --- a/include/configs/snow.h
> +++ b/include/configs/snow.h
> @@ -8,6 +8,9 @@
>  #ifndef __CONFIG_SNOW_H
>  #define __CONFIG_SNOW_H
>
> +#define EXYNOS_FDTFILE_SETTING \
> +       "fdtfile=exynos5250-snow.dtb\0"

Isn't it set in configs/snow_defconfig with
CONFIG_DEFAULT_DEVICE_TREE="exynos5250-snow"

>  #include <configs/exynos5250-common.h>
>  #include <configs/exynos5-dt-common.h>
>  #include <configs/exynos5-common.h>
> --
> 2.17.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot


More information about the U-Boot mailing list