Re: [U-Boot] [PATCH v3 1/3] spl: add RAM boot device only if it is actually defined

2016-11-19 Thread Simon Glass
Hi Stefan, On 17 November 2016 at 18:27, Stefan Agner wrote: > On 2016-11-17 17:14, Simon Glass wrote: >> Hi Stefan, >> >> On 15 November 2016 at 14:02, Stefan Agner wrote: >>> From: Stefan Agner >>> >>> Some devices (e.g. dra7xx)

Re: [U-Boot] [PATCH v3 1/3] spl: add RAM boot device only if it is actually defined

2016-11-17 Thread Stefan Agner
On 2016-11-17 17:14, Simon Glass wrote: > Hi Stefan, > > On 15 November 2016 at 14:02, Stefan Agner wrote: >> From: Stefan Agner >> >> Some devices (e.g. dra7xx) support loading to RAM using DFU without >> having direct boot from RAM support. Make sure

Re: [U-Boot] [PATCH v3 1/3] spl: add RAM boot device only if it is actually defined

2016-11-17 Thread Simon Glass
Hi Stefan, On 15 November 2016 at 14:02, Stefan Agner wrote: > From: Stefan Agner > > 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

Re: [U-Boot] [PATCH v3 1/3] spl: add RAM boot device only if it is actually defined

2016-11-16 Thread Lukasz Majewski
Hi Stefan, > From: Stefan Agner > > 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:

[U-Boot] [PATCH v3 1/3] spl: add RAM boot device only if it is actually defined

2016-11-15 Thread Stefan Agner
From: Stefan Agner 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