]> git.baikalelectronics.ru Git - uboot.git/commit
arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h
authorTom Rini <trini@konsulko.com>
Wed, 30 Mar 2022 22:07:15 +0000 (18:07 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 8 Apr 2022 13:05:19 +0000 (09:05 -0400)
commit49fe11ee70cbd6b7ac5383804606cc20723eca36
tree7fada962fa3ce995c2e97c5a35d8d1980a7ab6c6
parent72841dec2d4a5cc668261e33bbddc728484137da
arm: integrator: Migrate platform-specific options and cleanup armcoremodule.h

This converts the following to Kconfig:
   CONFIG_CM_INIT
   CONFIG_CM_REMAP
   CONFIG_CM_SPD_DETECT
   CONFIG_CM_MULTIPLE_SSRAM
   CONFIG_CM_TCRAM

We make the first three of these options be always enabled, as that
matches usage.  We select the last two based on how they were defined in
armcoremodule.h.  This also allows us to remove some unused code in
board/armltd/integrator/lowlevel_init.S

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-integrator/Kconfig
board/armltd/integrator/integrator.c
board/armltd/integrator/lowlevel_init.S
include/armcoremodule.h
include/configs/integrator-common.h
include/configs/integratorap.h