From 82cd1e3da0e15fc19b9eb95c333b6764f6fff061 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 7 Nov 2021 22:59:51 -0500 Subject: Convert CONFIG_LAST_STAGE_INIT to Kconfig This converts the following to Kconfig: CONFIG_LAST_STAGE_INIT Signed-off-by: Tom Rini --- include/configs/octeontx2_common.h | 2 -- include/configs/presidio_asic.h | 3 --- 2 files changed, 5 deletions(-) (limited to 'include') diff --git a/include/configs/octeontx2_common.h b/include/configs/octeontx2_common.h index 6f3e2cae937..bc21b795cf6 100644 --- a/include/configs/octeontx2_common.h +++ b/include/configs/octeontx2_common.h @@ -18,8 +18,6 @@ /** Stack starting address */ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0xffff0) -#define CONFIG_LAST_STAGE_INIT - /* Autoboot options */ #define CONFIG_RESET_TO_RETRY #define CONFIG_BOOT_RETRY_TIME -1 diff --git a/include/configs/presidio_asic.h b/include/configs/presidio_asic.h index 8d689d9e4be..3df51437ca2 100644 --- a/include/configs/presidio_asic.h +++ b/include/configs/presidio_asic.h @@ -43,9 +43,6 @@ /* BOOTP options */ #define CONFIG_BOOTP_BOOTFILESIZE -/* Miscellaneous configurable options */ -#define CONFIG_LAST_STAGE_INIT - /* SDRAM Bank #1 */ #define DDR_BASE 0x00000000 #define PHYS_SDRAM_1 DDR_BASE -- cgit v1.3.1