commit | 26be476709c7f40e5e5649597219b6dbbc8a68c4 | [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 | 9c4f664e4d381adabe4fb56f6c41a8203c4d9a9f [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>