]> git.dujemihanovic.xyz Git - u-boot.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)
commitf01928e2323c2585b4e8ede204af9e3ea25bca2a
tree7fada962fa3ce995c2e97c5a35d8d1980a7ab6c6
parentdafcd96d8ad698693188cab47c21bc399a4cc316
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