commit | 749941aaa7d81b4d6c0e38496364f7de18155128 | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Mon Oct 24 16:27:32 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Oct 27 21:56:33 2011 +0200 |
tree | 46011c232afdc0dd99701467d18764aa456fc667 | |
parent | d26517de962b59068bc3acc811b9f26042dc9ced [diff] |
ARM: orion5x: reduce dependence of including platform file 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: Lei Wen <leiwen@marvell.com>