commit | 42ef89466b0bdfe5b08f8f603e3c924a8d7d9332 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Jun 01 08:17:31 2015 -0500 |
committer | Rob Herring <robh@kernel.org> | Thu Jun 04 19:37:00 2015 -0500 |
tree | 5d259bee4c6fd309e5fa38f19fec0e83e4e63cdf | |
parent | e7a9a5bbaa78e92e6b76bdb51d4c4f6da35c0812 [diff] |
MIPS: prepare for user enabling of CONFIG_OF In preparation to allow users to enable DeviceTree without arch or machine selecting it, we need to fix build errors on MIPS. When CONFIG_OF is enabled, device_tree_init cannot be resolved. This is trivially fixed by using CONFIG_USE_OF instead of CONFIG_OF for prom.h. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Grant Likely <grant.likely@lianro.org> Cc: linux-mips@linux-mips.org