]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Drop ad-hoc device declarations in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 3 Oct 2020 17:31:23 +0000 (11:31 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Oct 2020 20:42:17 +0000 (14:42 -0600)
commitc14732984759d64634350d01d58daca8cf44d23f
tree6c282151f69a04f14082d487ac08308c0c68658a
parent627988f9f9b5533cedb3e9d2de0e0b905bb3f45f
sandbox: Drop ad-hoc device declarations in SPL

Since sandbox's SPL is build with of-platadata, we should not use
U_BOOT_DEVICE() declarations as well. Drop them.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/sandbox/sandbox.c
drivers/serial/sandbox.c
drivers/sysreset/sysreset_sandbox.c