]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Kconfig
env: Rename getenv/_f() to env_get()
[u-boot] / common / spl / Kconfig
index 3c887b34050a603df3706bcf1e1dca6e11dbc280..582b685dad36b9cea6298481d49ceb214e8a5926 100644 (file)
@@ -278,7 +278,7 @@ 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()
+         starting U-Boot first. Enabling this option will make env_get()
          and env_set() available in SPL.
 
 config SPL_SAVEENV