diff options
| author | Tom Rini <[email protected]> | 2021-11-07 22:59:51 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-11-12 14:18:17 -0500 |
| commit | 82cd1e3da0e15fc19b9eb95c333b6764f6fff061 (patch) | |
| tree | 97c9a45d67738c326e14c17e815218dfba281f90 /include | |
| parent | d3fb2e3991cb6f7b2fa663601a050e8acce12826 (diff) | |
Convert CONFIG_LAST_STAGE_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_LAST_STAGE_INIT
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/octeontx2_common.h | 2 | ||||
| -rw-r--r-- | include/configs/presidio_asic.h | 3 |
2 files changed, 0 insertions, 5 deletions
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 |
