[U-Boot] [PATCH 4/4] exynos5: fdt: Enable FDT for exynos5 based SMDK5250 board

Simon Glass sjg at chromium.org
Tue Nov 6 02:43:06 CET 2012


Hi Hatim,

On Mon, Nov 5, 2012 at 2:18 AM, Hatim Ali <hatim.rv at samsung.com> wrote:
> Enable device tree for exynos5.
>
> Signed-off-by: Hatim Ali <hatim.rv at samsung.com>

Consider the exynos5250-dt.h idea, but anyway:

Acked-by: Simon Glass <sjg at chromium.org>

>
> diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h
> index e412da8..a04eb47 100644
> --- a/include/configs/smdk5250.h
> +++ b/include/configs/smdk5250.h
> @@ -37,6 +37,12 @@
>  #define CONFIG_DISPLAY_CPUINFO
>  #define CONFIG_DISPLAY_BOARDINFO
>
> +/* Enable fdt support for SMDK5250 */
> +#define CONFIG_DEFAULT_DEVICE_TREE      exynos5250-smdk5250
> +#define CONFIG_ARCH_DEVICE_TREE                exynos5250
> +#define CONFIG_OF_CONTROL
> +#define CONFIG_OF_SEPARATE
> +
>  /* Keep L2 Cache Disabled */
>  #define CONFIG_SYS_DCACHE_OFF
>
> --
> 1.7.2.3
>


More information about the U-Boot mailing list