Home
last modified time | relevance | path

Searched hist:"34 ee947ac3be7a79b89fa8bb690379651cc9598a" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/common/spl/
H A Dspl.c34ee947ac3be7a79b89fa8bb690379651cc9598a Mon Nov 21 18:58:51 UTC 2016 Stefan Agner <stefan.agner@toradex.com> spl: add RAM boot device only if it is actually defined

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 <stefan.agner@toradex.com>
Acked-by: Lukasz Majewski <l.majewski@samsung.com>