commit | 4cea97f0ba3b37ac28641a9866ce0294b157802d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 16 20:59:21 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 23 10:24:39 2021 -0500 |
tree | cc885295fa0b953e2a3a70b3818749cf363f49d1 | |
parent | 3a4597d6997655ccaffef9bee9a9a1388caa46c2 [diff] |
fdt: Make OF_BOARD a bool option This should not be a separate option from OF_SEPARATE. It is a run-time option to override the devicetree, even if present. Move the option out of the choice. Disable BINMAN_FDT for a few boards which don't actually use it. Signed-off-by: Simon Glass <sjg@chromium.org>