
20 Jan
2018
20 Jan
'18
3:31 a.m.
On 01/19/2018 07:26 PM, Chris Brandt wrote:
On Friday, January 19, 2018, Marek Vasut wrote:
But as for DT, I think that's still a bit overkill for RZ/A series.
Why so?
Honestly, I don't see the value in it for small embedded systems.
u-boot has a specific job and is compiled for a specific board. There is no need for multi board booting.
For now at least, it'd be real neat to have one u-boot build for generic rz/a1 , concatenate DT to it and be done with a board port.
I think moving things DM is OK, but that's because it's all done in the same code that gets compiled today (no separate build steps).
And...then you have 3 things to customize:
- config file (legacy .h file) because not everything is moved into Kconfig
- menuconfig (for the stuff that has been moved)
- DT (for a few things)
Chris
--
Best regards,
Marek Vasut