[U-Boot] [PATCH v3] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED

Simon Glass sjg at chromium.org
Wed Dec 2 22:06:09 CET 2015


On 2 December 2015 at 03:19, Michal Simek <michal.simek at xilinx.com> wrote:
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu at xilinx.com>
>
> Don't relocate fdt in case of CONFIG_OF EMBED as the fdt is
> already embedded with u-boot image. Also update the fdt_blob
> correctly in this case
>
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> Reviewed-by: Alexey Brodkin <abrodkin at synopsys.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Tested-by: Bin Meng <bmeng.cn at gmail.com> (QEMU x86)
> Tested-by: Thomas Chou <thomas at wytron.com.tw> (Nios2)
> Acked-by: Thomas Chou <thomas at wytron.com.tw>
> ---
>
> Changes in v3:
> - Remove maybe unused and move ifdefs to functions directly - reported
>   by Simon
>
> Changes in v2:
> - Fix commit message reported by Alexey
>
>  common/board_f.c | 7 +++++++
>  1 file changed, 7 insertions(+)

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


More information about the U-Boot mailing list