K 10 svn:author V 4 mmel K 8 svn:date V 27 2019-03-19T14:32:54.010133Z K 7 svn:log V 382 Use named field's initializer when constructing _platform structure. In current code, the delay argument in FDT_PLATFORM_DEF(2) improperly initialize refs field from kobj_class structure instead of delay_count field. This causes not working DELAY() function (due to never initialized delay_count) in earlier boot stages, until the first timer was attached. MFC after: 2 weeks END