commit | e6c5c94a79d9e1dd20f869a3169bf2be00d53d14 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:08 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 658f9ce8514a3217360cc91bff053359e3583964 | |
parent | cdb6aa0afb52da34306c4339f2f4d6cbd3b0ad02 [diff] |
dm: core: Update ofnode to read binman-style flash entry 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 <sjg@chromium.org>