
27 Aug
2015
27 Aug
'15
5:49 p.m.
+U-Boot
On 26 August 2015 at 16:51, Nishanth Menon nm@ti.com wrote:
On Tue, Aug 25, 2015 at 9:26 PM, Simon Glass sjg@chromium.org wrote:
+#include <dm/platdata.h> /* For platform data support - non dt world */
Does this need to be supported for a new uclass?
we do have platforms that are not using DT yet... they will need to pass platform data.
Is this a good opportunity to convert them?
It might be better not to hold the platforms hostage yet -> at least the TI ones(which depend on this series) are already in the pipe for conversion - the journey will take some time to complete though.
That seems OK, but please add a comment that new platforms should not use the platform data.
Regards, Simon