Re: [U-Boot] [PATCH v2 6/8] test: check u-boot properties in SPL device tree

2019-05-20 Thread Simon Glass
Hi Patrick, On Mon, 20 May 2019 at 07:00, Patrick Delaunay wrote: > > Add a test to check the management of the u-boot relocation properties > (fdtgrep result) for platdata generation or device tree SPL generation: > - 'dm-pre-proper' and 'dm-tpl' not included in SPL > - 'dm-pre-reloc' and 'dm-sp

[U-Boot] [PATCH v2 6/8] test: check u-boot properties in SPL device tree

2019-05-20 Thread Patrick Delaunay
Add a test to check the management of the u-boot relocation properties (fdtgrep result) for platdata generation or device tree SPL generation: - 'dm-pre-proper' and 'dm-tpl' not included in SPL - 'dm-pre-reloc' and 'dm-spl' included in SPL This patch also executes the version test (test_000_versio