commit | 07309acdc5ae932a6603a71e55aaa6c016fb2e97 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat May 27 07:38:27 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Jun 02 10:18:20 2017 -0600 |
tree | e404ecd8ba5f6c6fe156ca5631e1379055cbca45 | |
parent | bac25c8da4986e08b4baf12b9bb72a655d04306c [diff] |
binman: Drop a special case related to fdt_fallback Previously we were sometimes forced to collate x86 microcode due to not having access to the offset of each individual piece. Now that we never use fdt_fallback, we don't have this problem. Drop this special case from the code. Signed-off-by: Simon Glass <sjg@chromium.org>