]> git.baikalelectronics.ru Git - uboot.git/commit
sandbox: Add an option to display of-platdata in SPL
authorSimon Glass <sjg@chromium.org>
Fri, 16 Nov 2018 01:44:01 +0000 (18:44 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 13:25:35 +0000 (08:25 -0500)
commiteffcb2e1bdb79614ee387f17f5d795ba2e69fb68
treec317f4a964c8b23ce05a1105a2469143590679ba
parentcd466e085fc14b18d651c1a34c247f7835af2320
sandbox: Add an option to display of-platdata in SPL

At present we don't have a test that of-platdata can be accessed in SPL.
Add this in as a command-line option to SPL.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/spl.c
arch/sandbox/cpu/start.c
arch/sandbox/cpu/u-boot-spl.lds
arch/sandbox/include/asm/state.h
test/py/tests/test_ofplatdata.py