]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
onenand: Remove ONENAND_BOOT option
authorTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 17:17:29 +0000 (11:17 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 01:59:41 +0000 (19:59 -0600)
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 <trini@konsulko.com>
arch/arm/mach-omap2/omap3/lowlevel_init.S
boot/Kconfig

index 1ab9472e1987a815a0af714fb1f24d9dc9534785..5541a4714ac0bad4c906bf0e0cd2067c869acf4d 100644 (file)
@@ -176,10 +176,10 @@ ENTRY(lowlevel_init)
        ldr     sp, SRAM_STACK
        str     ip, [sp]        /* stash ip register */
        mov     ip, lr          /* save link reg across call */
-#if !defined(CONFIG_SYS_NAND_BOOT) && !defined(CONFIG_SYS_ONENAND_BOOT)
+#if !defined(CONFIG_SYS_NAND_BOOT)
 /*
  * No need to copy/exec the clock code - DPLL adjust already done
- * in NAND/oneNAND Boot.
+ * in NAND Boot.
  */
        ldr     r1, =SRAM_CLK_CODE
        bl      cpy_clk_code
index c09a98c3233ceb1c68024a193d7dafdce6b83903..f101200ba7a59582dba3a31c96a4720efead1094 100644 (file)
@@ -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