[U-Boot] [PATCH v2 1/3] spl: add RAM boot device only if it is actually defined
Simon Glass
sjg at chromium.org
Mon Nov 14 21:44:18 CET 2016
Hi Stefan,
On 12 November 2016 at 12:13, Stefan Agner <stefan at agner.ch> wrote:
> From: Stefan Agner <stefan.agner at toradex.com>
>
> 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_SUPPORT is not
> enabled.
>
> Fixes: 98136b2f26fa ("spl: Convert spl_ram_load_image() to use linker list")
>
> Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
> ---
>
> Changes in v2:
> - Use CONFIG_SPL_RAM_SUPPORT to descide whether to compile the
> function in first place.
>
> common/spl/spl.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
Instead of this, how about moving it into its own file and putting
that condition in the Makefile?
Regards,
Simon
More information about the U-Boot
mailing list