[U-Boot] [PATCH v1 2/2] x86: edison: Switch to CONFIG_OF_SEPARATE

Ferry Toth ftoth at telfort.nl
Thu Jan 10 10:14:23 UTC 2019


Op 08-01-19 om 15:17 schreef Andy Shevchenko:
> There is no need for Intel Edison to have CONFIG_OF_EMBED to be enabled.
> Replace it with CONFIG_OF_SEPARATE.
> 
> There is no functional change since u-boot.bin always contains DTB
> either embedded or attached.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
Tested-by: Ferry Toth <ftoth at exalondelft.nl>
> ---
>   configs/edison_defconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/edison_defconfig b/configs/edison_defconfig
> index e376c0cea6..dc7d86aafe 100644
> --- a/configs/edison_defconfig
> +++ b/configs/edison_defconfig
> @@ -26,7 +26,7 @@ CONFIG_CMD_EXT4=y
>   CONFIG_CMD_EXT4_WRITE=y
>   CONFIG_CMD_FAT=y
>   CONFIG_CMD_FS_GENERIC=y
> -CONFIG_OF_EMBED=y
> +CONFIG_OF_SEPARATE=y
>   CONFIG_DEFAULT_DEVICE_TREE="edison"
>   CONFIG_ENV_IS_IN_MMC=y
>   CONFIG_CPU=y
> 




More information about the U-Boot mailing list