
22 May
2019
22 May
'19
2:53 a.m.
On Tue, 21 May 2019 at 11:19, Patrick Delaunay patrick.delaunay@st.com wrote:
Add a test to check the management of the U-boot relocation properties for device tree SPL generation (fdtgrep result) and platdata:
- 'dm-pre-proper' and 'dm-tpl' not included in SPL
- 'dm-pre-reloc' and 'dm-spl' included in SPL
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Changes in v3:
- simplify test after Simon remarks by using fdtgrep on spl dtb
Changes in v2: None
arch/sandbox/dts/sandbox.dtsi | 18 ++++++++++++++++++ test/py/tests/test_ofplatdata.py | 28 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org