]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Stop printing platdata at the start of SPL
authorSimon Glass <sjg@chromium.org>
Mon, 19 Jun 2017 04:09:05 +0000 (22:09 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commit733b54f9e7f6482a4039be9af6f04bfa5567f349
tree90944b382ee649e90cc2f930a8b7a989fece3312
parent73d8e51887a8ca96dcfa199114375bafc5fb9a82
sandbox: Stop printing platdata at the start of SPL

Currently we have code which prints out platform data at the start of SPL.
Now that we have tests for dtoc this is probably not necessary. Drop it.
Update test_ofplatdata to check for empty output since it is useful to
check that sandbox_spl works as expected.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
test/py/tests/test_ofplatdata.py