Skip to content
Snippets Groups Projects
Commit 98550343 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

fdt: Don't call board_fdt_blob_setup() without OF_BOARD


At present this override function is called even when OF_BOARD is not
enabled. This makes it impossible to disable this feature and in fact
makes the OF_BOARD option useless.

Reinstate its intended purpose, so that it is possible to switch between
the appended devicetree and one provided by the board's custom function.

A follower patch adds warnings for this scenario, but for now we don't
have a Kconfig that definitively tells us that OF_BOARD should be used.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent ba83d859
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment