]> git.ipfire.org Git - people/ms/u-boot.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)
commit2028cc59f7b904f8e91a99439aa630b20932baa5
tree90944b382ee649e90cc2f930a8b7a989fece3312
parent30107b08d7df87e4c92e413d92896a847f1c74dd
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