
On 2 December 2015 at 03:19, Michal Simek michal.simek@xilinx.com wrote:
From: Siva Durga Prasad Paladugu siva.durga.paladugu@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@xilinx.com Signed-off-by: Michal Simek michal.simek@xilinx.com Reviewed-by: Alexey Brodkin abrodkin@synopsys.com Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com (QEMU x86) Tested-by: Thomas Chou thomas@wytron.com.tw (Nios2) Acked-by: Thomas Chou thomas@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@chromium.org