Skip to content

Commit

Permalink
mx6sabresd: Fix extra environment settings
Browse files Browse the repository at this point in the history
Fixes: f4b74a9 ("mx6sabresd: Enable video interfaces in bootargs")
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed May 30, 2023
1 parent 1f4890c commit 7341fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/configs/mx6sabre_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"setenv video_interfaces lvds hdmi; " \
"fi;"

#define CONFIG_EXTRA_ENV_SETTINGS \
#define CFG_EXTRA_ENV_SETTINGS \
"script=boot.scr\0" \
"image=zImage\0" \
"fdtfile=undefined\0" \
Expand Down

0 comments on commit 7341fbb

Please sign in to comment.