Re: [U-Boot] [PATCH 2/2] spl: move RAM boot support in separate file

2016-12-20 Thread Stefan Agner
On 2016-12-16 06:08, Stefan Roese wrote: > On 16.12.2016 03:00, Stefan Agner wrote: >> From: Stefan Agner >> >> Add a new top-level config option so support booting an image stored >> in RAM. This allows to move the RAM boot support into a sparate file >> and having a single condition to compile t

Re: [U-Boot] [PATCH 2/2] spl: move RAM boot support in separate file

2016-12-15 Thread Stefan Roese
On 16.12.2016 03:00, Stefan Agner wrote: From: Stefan Agner Add a new top-level config option so support booting an image stored in RAM. This allows to move the RAM boot support into a sparate file and having a single condition to compile that file. Signed-off-by: Stefan Agner --- The series

[U-Boot] [PATCH 2/2] spl: move RAM boot support in separate file

2016-12-15 Thread Stefan Agner
From: Stefan Agner Add a new top-level config option so support booting an image stored in RAM. This allows to move the RAM boot support into a sparate file and having a single condition to compile that file. Signed-off-by: Stefan Agner --- The series has been build tested using buildman. Buil