sandbox: Drop the printf() in setup_ram_buf()
authorSimon Glass <sjg@chromium.org>
Mon, 8 Apr 2019 19:20:43 +0000 (13:20 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Apr 2019 02:26:43 +0000 (20:26 -0600)
commit5dbe794dc0b2cceb76c2042b6806a342e7c4ca7f
tree987a1a03624f3c710e720ab06e0d4d41c9bb5e16
parent4a6409b74cc09b150f234ba3ab7d75ba6358270a
sandbox: Drop the printf() in setup_ram_buf()

This was really intended for debugging. Drop it.

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