commit | 8697ea97bd16f3c42f650ce87ad68036f0347303 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 01 13:19:44 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 14:33:48 2023 -0500 |
tree | f0c177d5fd1193dfea4a5c99a383a1f727b18534 | |
parent | 9df5011e1e7c75a1a58928be7c8613214af2894c [diff] |
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>