diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:05:01 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | cc1015f4a9938c8c82311f1e61f1d974fda67d9f (patch) | |
tree | 0401e8bc339947e894987ee5d539139ad73df4d0 /boot | |
parent | 5d68d2f41df5099f890052756f14f5a810f34312 (diff) | |
download | u-boot-cc1015f4a9938c8c82311f1e61f1d974fda67d9f.tar.gz u-boot-cc1015f4a9938c8c82311f1e61f1d974fda67d9f.tar.bz2 u-boot-cc1015f4a9938c8c82311f1e61f1d974fda67d9f.zip |
flash: Remove pic32_flash.c
As the only pic32 platform does not enable flash, this is dead code.
Remove it.
Cc: Purna Chandra Mandal <purna.mandal@microchip.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
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 59d0c65c94..150373947d 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 |