diff options
| author | Tom Rini <[email protected]> | 2025-03-13 11:17:29 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-02 19:59:41 -0600 |
| commit | 177d73dd17705e77b1830a7354425636f617666d (patch) | |
| tree | dbe1e4c054d73b2dc8f2ee5868e6a9c5383a70fb /boot | |
| parent | 8b0fe584ae91b588227d69eb7572f72d8b86a83c (diff) | |
onenand: Remove ONENAND_BOOT option
The option ONENAND_BOOT is never set, so remove it. The option
SYS_ONENAND_BOOT was never migrated to Kconfig and any platforms which
supported that have long been removed from the code, so remove the
reference there as well.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index c09a98c3233..f101200ba7a 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -1436,14 +1436,6 @@ config NAND_BOOT booted via NAND flash. This is not a must, some SoCs need this, some not. -config ONENAND_BOOT - bool "Support for booting from ONENAND" - imply MTD_RAW_NAND - help - Enabling this will make a U-Boot binary that is capable of being - booted via ONENAND. This is not a must, some SoCs need this, - some not. - config QSPI_BOOT bool "Support for booting from QSPI flash" help |
