K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2018-03-14T16:16:25.582509Z K 7 svn:log V 362 The expression (aim | fdt) is always true on PowerPC. The last PowerPC platform that can run without a device tree (PS3) still uses the OF_*() functions to check if one exists and OF_* is used unconditionally in core parts of the system like powerpc/machdep.c. Reflect this reality in files.powerpc, for example by changing occurrences of aim | fdt to standard. END