diff options
author | Lei Wen <leiwen@marvell.com> | 2011-10-24 16:27:32 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-10-27 21:56:33 +0200 |
commit | 5ff8b35412e895287d91172c9ac3b60520d41ddb (patch) | |
tree | 46011c232afdc0dd99701467d18764aa456fc667 /include/configs/edminiv2.h | |
parent | 93554271b9849c273f312a9cdb53a39fede1f6be (diff) | |
download | u-boot-imx-5ff8b35412e895287d91172c9ac3b60520d41ddb.zip u-boot-imx-5ff8b35412e895287d91172c9ac3b60520d41ddb.tar.gz u-boot-imx-5ff8b35412e895287d91172c9ac3b60520d41ddb.tar.bz2 |
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>
Diffstat (limited to 'include/configs/edminiv2.h')
-rw-r--r-- | include/configs/edminiv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index f8affa8..88d32b2 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -45,6 +45,7 @@ #define CONFIG_88F5182 1 /* SOC Name */ #define CONFIG_MACH_EDMINIV2 1 /* Machine type */ +#include <asm/arch/orion5x.h> /* * CLKs configurations */ |