]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/freescale/mx53loco/mx53loco_video.c
env: Rename getenv/_f() to env_get()
[people/ms/u-boot.git] / board / freescale / mx53loco / mx53loco_video.c
index bc5e8a9d3e0f63de4f983086550a4a2b483d5199..5fb0f0438761174cc1a357b2f983b2a8a312dbde 100644 (file)
@@ -92,7 +92,7 @@ void setup_iomux_lcd(void)
 int board_video_skip(void)
 {
        int ret;
-       char const *e = getenv("panel");
+       char const *e = env_get("panel");
 
        if (e) {
                if (strcmp(e, "seiko") == 0) {