Skip to content
Commit 03767daa authored by Rich Felker's avatar Rich Felker
Browse files

sh: fix build regression with CONFIG_OF && !CONFIG_OF_FLATTREE



Such a configuration could only be selected by manually selecting
CONFIG_OF; SH_DEVICE_TREE selects both. The affected code is using the
flat DTB at boot time and thus rightfully should depend on
OF_FLATTREE, not just OF.

Signed-off-by: default avatarRich Felker <dalias@libc.org>
parent b46ed370
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment