]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Kconfig
env: Rename getenv/_f() to env_get()
[u-boot] / common / spl / Kconfig
index 51768575064dbc0ed4a8033c0b4bc581368d1017..582b685dad36b9cea6298481d49ceb214e8a5926 100644 (file)
@@ -278,8 +278,8 @@ config SPL_ENV_SUPPORT
          needed in SPL as it has a much simpler task with less
          configuration. But some boards use this to support 'Falcon' boot
          on EXT2 and FAT, where SPL boots directly into Linux without
-         starting U-Boot first. Enabling this option will make getenv()
-         and setenv() available in SPL.
+         starting U-Boot first. Enabling this option will make env_get()
+         and env_set() available in SPL.
 
 config SPL_SAVEENV
        bool "Support save environment"