commit | 03767daa1387f87619404bfe108ebb6aa5826e00 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@libc.org> | Wed Jun 01 22:21:45 2016 +0000 |
committer | Rich Felker <dalias@libc.org> | Sun Jul 31 03:33:32 2016 +0000 |
tree | 96d098d95c77dea3eaa941cdd4eaecf931955e20 | |
parent | b46ed37042fa21ce3e888310462902044df98321 [diff] |
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: Rich Felker <dalias@libc.org>