]> git.sur5r.net Git - u-boot/blobdiff - board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
env: Rename getenv/_f() to env_get()
[u-boot] / board / freescale / p1_p2_rdb_pc / p1_p2_rdb_pc.c
index 51217c58e5782ef5630fcbcd9701dff04fa4d05c..9ae38ce1154303bc377ee0d8d9217827d9d63b50 100644 (file)
@@ -350,7 +350,8 @@ int board_eth_init(bd_t *bis)
 
 #ifdef CONFIG_VSC7385_ENET
        /* If a VSC7385 microcode image is present, then upload it. */
-       if ((tmp = getenv("vscfw_addr")) != NULL) {
+       tmp = env_get("vscfw_addr");
+       if (tmp) {
                vscfw_addr = simple_strtoul(tmp, NULL, 16);
                printf("uploading VSC7385 microcode from %x\n", vscfw_addr);
                if (vsc7385_upload_firmware((void *) vscfw_addr,