]> git.baikalelectronics.ru Git - uboot.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)
commit9c1611f0815ea2849e93c6afd0b47ab166b42196
tree0156ec7b2bdf098cce91492f56af2b868a15ed1f
parent3db326bc4771d974564697573d5444b530bee009
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