commit | 515d3f08017d2f67fd2e400babadb2c192c5c055 | [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 | 160a7664252c937d57caf9bc588519ede6e46a34 [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>