arc: Drop CONFIG_MMU
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:44 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000 (14:33 -0500)
commit8697ea97bd16f3c42f650ce87ad68036f0347303
treef0c177d5fd1193dfea4a5c99a383a1f727b18534
parent9df5011e1e7c75a1a58928be7c8613214af2894c
arc: Drop CONFIG_MMU

This option is set in the Makefile but has no effect in the assembly
code, i.e. the #ifdef branch is never used. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arc/config.mk
arch/arc/lib/ints_low.S