Skip to content
  • Timur Tabi's avatar
    powerpc: use 'video-mode' environment variable to configure DIU · ba8e76bd
    Timur Tabi authored and Anatolij Gustschin's avatar Anatolij Gustschin committed
    
    
    Use the 'video-mode' environment variable (for Freescale chips that have a
    DIU display controller) to designate the full video configuration.  Previously,
    the DIU driver used the 'monitor' variable, and it was used only to determine
    the output video port.
    
    The old definition of the "monitor" environment variable only determines
    which video port to use for output.  This variable was set to a number (0,
    1, or sometimes 2) to specify a DVI, LVDS, or Dual-LVDS port.  The
    resolution was hard-coded into board-specific code.  The Linux command-line
    arguments needed to be hard-coded to the proper video definition string.
    
    Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
    Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
    ba8e76bd