Re: [U-Boot] [PATCH] fdt relocate: have more attention to use a bootmap or not

2010-08-08 Thread Wolfgang Denk
Dear Stephan Linz, In message <0ac40268094bc00a447aeb4f5775c670a79868e9.1277481856.git.l...@li-pro.net> you wrote: > Platforms with flat device tree support can use a bootmap to relocate > the fdt_blob. This is not a must. That's why the relocation function > boot_relocate_fdt() should be use on

[U-Boot] [PATCH] fdt relocate: have more attention to use a bootmap or not

2010-06-25 Thread Stephan Linz
Platforms with flat device tree support can use a bootmap to relocate the fdt_blob. This is not a must. That's why the relocation function boot_relocate_fdt() should be use only if CONFIG_OF_LIBFDT was defined together with CONFIG_SYS_BOOTMAPSZ (see common/cmd_bootm.c). On MicroBlaze platforms the