commit | bfbb7247b6ab7027eaaabc6109655d7ba7eb880a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Sep 12 20:32:20 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 27 21:38:34 2021 -0400 |
tree | 0156ec7b2bdf098cce91492f56af2b868a15ed1f | |
parent | b8292240d7f531349cfcc1aea141af9eb16e23b2 [diff] |
keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespace This is only used in the aemif driver that is otherwise currently keystone2 centric. Moving forward, if this is applicable to some other platform then such base addresses should be able to be obtained via the device tree. Use KS2_AEMIF_CNTRL_BASE directly now rather than indirectly. Signed-off-by: Tom Rini <trini@konsulko.com>