]> git.dujemihanovic.xyz Git - u-boot.git/commit
keystone2: Move CONFIG_AEMIF_CNTRL_BASE out of CONFIG namespace
authorTom Rini <trini@konsulko.com>
Mon, 13 Sep 2021 00:32:20 +0000 (20:32 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Sep 2021 01:38:34 +0000 (21:38 -0400)
commitbfbb7247b6ab7027eaaabc6109655d7ba7eb880a
tree0156ec7b2bdf098cce91492f56af2b868a15ed1f
parentb8292240d7f531349cfcc1aea141af9eb16e23b2
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>
drivers/memory/ti-aemif.c
include/configs/ti_armv7_keystone2.h