Re: [U-Boot] [PATCH 10/11] dm: core: Add a function to decode a memory region

2018-07-09 Thread Simon Glass
On 11 June 2018 at 13:07, Simon Glass wrote: > Add a way to decode a memory region, including the memory type (sram or > sdram) and its start address and size. > > Signed-off-by: Simon Glass > --- > > drivers/core/of_extra.c | 81 + >

[U-Boot] [PATCH 10/11] dm: core: Add a function to decode a memory region

2018-06-11 Thread Simon Glass
Add a way to decode a memory region, including the memory type (sram or sdram) and its start address and size. Signed-off-by: Simon Glass --- drivers/core/of_extra.c | 81 + include/dm/of_extra.h | 45 +++ 2 files changed, 126