Prior to change [1] this flag is useless but harmless. After the change
plat_name[] will be fetched from kernel environment after invoking the
platform probe function platform_probe_and_attach(). The probe function
runs at early boot stage prior to mi_startup() thus it is too late and
pointless to set plat_name[].
Nathan mentioned that the logic to specify the platform pre-dates the
powerpc64 work, and is from the original pre-FDT Book-E bringup from
like 2008. So it's irrelevant these days. Let's clean it up now.
[1] 3da1cf1e88f8 Extend the meaning of the CTLFLAG_TUN flag to ...
MFC after: 3 days