Skip to content
  • Lei Wen's avatar
    ARM: orion5x: reduce dependence of including platform file · 5ff8b354
    Lei Wen authored
    
    
    For files like the drivers/serial/serial.c, it must include the
    platform file, as the CONFIG_SYS_NS16550_COM1 must reference to
    the definition in the platform definition files.
    
    Include the platform definition file in the config file, so that it
    would decouple the dependence for the driver files.
    
    Signed-off-by: default avatarLei Wen <leiwen@marvell.com>
    5ff8b354