commit | 0aeb45d02ff5875ff0444e39d60c85500029dfdc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Dec 16 20:59:29 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 23 10:24:39 2021 -0500 |
tree | 8e2acd7c6156dc3f47493bb5a95e571b9367112e | |
parent | bcafa8c4b1d0f54967a7f92cd701ba7e724e671d [diff] |
fdt: Drop OF_CONTROL check in fdtdec_setup() This function should only be called when OF_CONTROL is enabled. It fails in fdtdec_prepare_fdt() anyway, since gd->fdt_blob stays as NULL if OF_CONTROL is not enabled. Drop this useless check. Signed-off-by: Simon Glass <sjg@chromium.org>