diff options
author | Chin Liang See <clsee@altera.com> | 2013-09-11 11:24:48 -0500 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2013-10-07 19:32:21 +0200 |
commit | 5d649d2b089836f118fcd5a008c5f9d1f5a83e4f (patch) | |
tree | ea84462038f31a142e51d9f61911fd1105803170 /include/configs | |
parent | 0610a16cf263d0023b4e3de1f1710906992a91b6 (diff) | |
download | u-boot-imx-5d649d2b089836f118fcd5a008c5f9d1f5a83e4f.zip u-boot-imx-5d649d2b089836f118fcd5a008c5f9d1f5a83e4f.tar.gz u-boot-imx-5d649d2b089836f118fcd5a008c5f9d1f5a83e4f.tar.bz2 |
socfpga: Adding System Manager driver
Adding System Manager driver which will configure the
pin mux for real hardware Cyclone V development kit
(not Virtual Platform)
Signed-off-by: Chin Liang See <clsee@altera.com>
Reviewed-by: Pavel Machek <pavel@denx.de>
Acked-by: Dinh Nguyen <dinguyen@altera.com>
Cc: Wolfgang Denk <wd@denx.de>
CC: Pavel Machek <pavel@denx.de>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Tom Rini <trini@ti.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_cyclone5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 06aeba6..346ca72 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -7,6 +7,7 @@ #define __CONFIG_H #include <asm/arch/socfpga_base_addrs.h> +#include "../../board/altera/socfpga/pinmux_config.h" /* * High level configuration |