diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 82cd1e3da0e15fc19b9eb95c333b6764f6fff061 (patch) | |
tree | 97c9a45d67738c326e14c17e815218dfba281f90 /include/configs/presidio_asic.h | |
parent | d3fb2e3991cb6f7b2fa663601a050e8acce12826 (diff) | |
download | u-boot-82cd1e3da0e15fc19b9eb95c333b6764f6fff061.tar.gz u-boot-82cd1e3da0e15fc19b9eb95c333b6764f6fff061.tar.bz2 u-boot-82cd1e3da0e15fc19b9eb95c333b6764f6fff061.zip |
Convert CONFIG_LAST_STAGE_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_LAST_STAGE_INIT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/presidio_asic.h')
-rw-r--r-- | include/configs/presidio_asic.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/presidio_asic.h b/include/configs/presidio_asic.h index 8d689d9e4b..3df51437ca 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 |