]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ti/am335x/Kconfig
env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()
[people/ms/u-boot.git] / board / ti / am335x / Kconfig
index 1ddbb2c67c17961dc1072418418bb89475be441b..97374bdc12ae1b07d0038d7f4a35293b8c1751dc 100644 (file)
@@ -29,12 +29,6 @@ config NOR
          In practice this is seen as a NOR flash module connected to the
          "memory cape" for the BeagleBone family.
 
-config NOR_BOOT
-       bool "Support for booting from NOR flash"
-       depends on NOR
-       help
-         Enabling this will make a U-Boot binary that is capable of being
-         booted via NOR.  In this case we will enable certain pinmux early
-         as the ROM only partially sets up pinmux.  We also default to using
-         NOR for environment.
+source "board/ti/common/Kconfig"
+
 endif