sandbox: Correct handling of --rm_memory
authorSimon Glass <sjg@chromium.org>
Thu, 19 Aug 2021 03:40:24 +0000 (21:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Sep 2021 17:19:25 +0000 (13:19 -0400)
commit130401e0171f4a17511bfd8ba061a11dc10ff18a
tree0c8b23d5006fe2d1c7a7b49c020854a9127f3d0d
parent032e7f6ef8c9c463bfd085eb6915dc088c8fa8cf
sandbox: Correct handling of --rm_memory

This option has no argument so we should not trip to skip one.

Fix it.

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