Re: [U-Boot] [PATCH 04/45] dm: core: Update ofnode to read binman-style flash entry

2018-10-09 Thread sjg
At present ofnode_read_fmap_entry() reads a flash map entry in a format which is not supported by binman. To allow use to use binman-format descriptions, update this function. Also add a simple test. Signed-off-by: Simon Glass --- arch/sandbox/dts/sandbox.dts | 20 ++-- arch/

[U-Boot] [PATCH 04/45] dm: core: Update ofnode to read binman-style flash entry

2018-10-01 Thread Simon Glass
At present ofnode_read_fmap_entry() reads a flash map entry in a format which is not supported by binman. To allow use to use binman-format descriptions, update this function. Also add a simple test. Signed-off-by: Simon Glass --- arch/sandbox/dts/sandbox.dts | 20 ++-- arch/