Hi Stefan, On 21 November 2016 at 11:58, Stefan Agner <[email protected]> wrote: > From: Stefan Agner <[email protected]> > > Some devices (e.g. dra7xx) support loading to RAM using DFU without > having direct boot from RAM support. Make sure the linker list > does not contain BOOT_DEVICE_RAM if CONFIG_SPL_RAM_DEVICE is not > enabled. > > Fixes: 98136b2f26fa ("spl: Convert spl_ram_load_image() to use linker list") > > Signed-off-by: Stefan Agner <[email protected]> > Acked-by: Lukasz Majewski <[email protected]> > --- > > Changes in v4: > - Use correct config CONFIG_SPL_RAM_DEVICE to descide whether to add > BOOT_DEVICE_RAM to linker list. > > Changes in v3: None > Changes in v2: > - Use CONFIG_SPL_RAM_SUPPORT to descide whether to compile the > function in first place. > > common/spl/spl.c | 2 ++ > 1 file changed, 2 insertions(+)
Can you put this into a separate spl_ram.c file? - Simon _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

