]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/ls2080aqds/ls2080aqds.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / board / freescale / ls2080aqds / ls2080aqds.c
index f36fb9810bd2d7a365fd540a24a3560a63a73f90..83773d0af5dd1b07f832eba250bf12575836fa2f 100644 (file)
@@ -204,7 +204,7 @@ int board_init(void)
 
        val = in_le32(dcfg_ccsr + DCFG_RCWSR13 / 4);
 
-       env_hwconfig = getenv("hwconfig");
+       env_hwconfig = env_get("hwconfig");
 
        if (hwconfig_f("dspi", env_hwconfig) &&
            DCFG_RCWSR13_DSPI == (val & (u32)(0xf << 8)))