diff options
| author | Tom Rini <[email protected]> | 2022-08-04 16:53:39 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:54:01 -0400 |
| commit | b8e09898919e23c5d7f1934be7bf9a3a6f0deb0e (patch) | |
| tree | ba1c168b729947aec2a487791e5a26ce72da4282 /boot | |
| parent | 62e6418031bed3671e57e63d49273e2739a82589 (diff) | |
| parent | 78475d2572615471d3c047e61481a68859d0dd7f (diff) | |
Merge branch '2022-08-04-Kconfig-migrations'
- Further migrations to Kconfig and associated dead code removal.
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 59d0c65c944..150373947d5 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -486,7 +486,7 @@ config SYS_TEXT_BASE config HAVE_SYS_MONITOR_BASE bool depends on ARC || MIPS || M68K || NIOS2 || PPC || XTENSA || X86 \ - || FLASH_PIC32 || ENV_IS_IN_FLASH || MTD_NOR_FLASH + || ENV_IS_IN_FLASH || MTD_NOR_FLASH depends on !EFI_APP default y |
