summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-07-24 14:12:16 +0300
committerTom Rini <trini@konsulko.com>2020-08-06 14:26:35 -0400
commita4aa188948e637fe5951a59958ae1ed5c2f8271b (patch)
tree468f7450dc405ef1794ed99c6ff477f9c5763167 /arch/Kconfig
parent81e7cb1e71fb216589b4e2fd3eb498ec72489a09 (diff)
downloadu-boot-a4aa188948e637fe5951a59958ae1ed5c2f8271b.tar.gz
u-boot-a4aa188948e637fe5951a59958ae1ed5c2f8271b.tar.xz
u-boot-a4aa188948e637fe5951a59958ae1ed5c2f8271b.zip
board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo
Move all assignments to gd->bd->bi_mem{start,size} to generic code in setup_bdinfo. Xtensa architecture is special in this regard as it defines its own handling of gd->bd->bi_mem{start,size} fields. In order to avoid defining a weak SDRAM function, let arch_setup_bdinfo overwrite the generic flags. For ARC architecture, remove ARCH_EARLY_INIT_R from Kconfig since it is not needed anymore. Also, use gd->ram_base to populate bi_memstart to avoid an ifdef. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Acked-by: Alexey Brodkin <abrokdin@synopsys.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 2174336fa0..e4a0a0230c 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -10,7 +10,6 @@ choice
config ARC
bool "ARC architecture"
- select ARCH_EARLY_INIT_R
select ARC_TIMER
select CLK
select HAVE_PRIVATE_LIBGCC