• L
    ARM: orion5x: reduce dependence of including platform file · 5ff8b354
    Lei Wen 提交于
    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: NLei Wen <leiwen@marvell.com>
    5ff8b354
cmd_ide.c 50.0 KB