mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 09:12:08 +02:00
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>