
On 1.8.2016 03:03, Simon Glass wrote:
On 28 July 2016 at 01:06, Michal Simek michal.simek@xilinx.com wrote:
Add new Kconfig option to disable arch_fixup_fdt() calls for cases where U-Boot shouldn't update memory setup in DTB file. One example of usage of this option is to boot OS with different memory setup than U-Boot use.
Signed-off-by: Michal Simek michal.simek@xilinx.com
Changes in v3:
- Fix MIPS macro
Changes in v2:
- Change logic to be possitive - sjg
Kconfig | 9 +++++++++ arch/arm/lib/bootm-fdt.c | 2 ++ arch/arm/lib/bootm.c | 2 ++ arch/mips/lib/bootm.c | 2 ++ common/image-fdt.c | 7 ++----- 5 files changed, 17 insertions(+), 5 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
I have to send PR with xilinx changes to fix others critical issues that's why I would include this to my PR. I expect that this should be fine for you.
Thanks, Michal