binman: Drop a special case related to fdt_fallback
authorSimon Glass <sjg@chromium.org>
Sat, 27 May 2017 13:38:27 +0000 (07:38 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Jun 2017 16:18:20 +0000 (10:18 -0600)
commit515d3f08017d2f67fd2e400babadb2c192c5c055
treee404ecd8ba5f6c6fe156ca5631e1379055cbca45
parent160a7664252c937d57caf9bc588519ede6e46a34
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>
tools/binman/etype/u_boot_dtb_with_ucode.py