]> git.ipfire.org Git - people/ms/u-boot.git/commit
sandbox: Don't include the main loop in SPL
authorSimon Glass <sjg@chromium.org>
Mon, 4 Jul 2016 17:57:50 +0000 (11:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 15 Jul 2016 02:40:24 +0000 (20:40 -0600)
commitd0d0746e0c7c9eeddc82106cf7d4c596eb45f6c2
tree5365fe8215292f7fb031e0abee98c6c6f6201055
parenta7d9caecd770684e6e189dfa24240145ba29379e
sandbox: Don't include the main loop in SPL

SPL does not have a command interface so we should not include the main loop
code.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c