aboutsummaryrefslogtreecommitdiff
path: root/include/configs/integratorap.h
diff options
context:
space:
mode:
authorTom Rini2022-03-30 18:07:15 -0400
committerTom Rini2022-04-08 09:05:19 -0400
commitf01928e2323c2585b4e8ede204af9e3ea25bca2a (patch)
tree7fada962fa3ce995c2e97c5a35d8d1980a7ab6c6 /include/configs/integratorap.h
parentdafcd96d8ad698693188cab47c21bc399a4cc316 (diff)
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>
Diffstat (limited to 'include/configs/integratorap.h')
-rw-r--r--include/configs/integratorap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
index f15a4d57258..49f07e997d8 100644
--- a/include/configs/integratorap.h
+++ b/include/configs/integratorap.h
@@ -27,13 +27,4 @@
* PCI definitions
*/
-/*-----------------------------------------------------------------------
- * There are various dependencies on the core module (CM) fitted
- * Users should refer to their CM user guide
- * - when porting adjust u-boot/Makefile accordingly
- * to define the necessary CONFIG_ s for the CM involved
- * see e.g. integratorcp_CM926EJ-S_config
- */
-#include "armcoremodule.h"
-
#endif /* __CONFIG_H */