diff options
author | Marek Vasut <marex@denx.de> | 2015-07-25 08:22:21 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-08 14:14:04 +0200 |
commit | 9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca (patch) | |
tree | 21c951b39b254a3d77bc2f0be5d9bb9b81aca240 /include/configs/socfpga_cyclone5.h | |
parent | 2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b (diff) | |
download | u-boot-imx-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.zip u-boot-imx-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.tar.gz u-boot-imx-9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca.tar.bz2 |
arm: socfpga: Move generated files into qts subdir
Move all the files generated by Quartus into the qts/ subdir of the
board/altera/socfpga dir to make them explicitly separate from the
generic U-Boot code.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'include/configs/socfpga_cyclone5.h')
-rw-r--r-- | include/configs/socfpga_cyclone5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 33d04fd..a5565a7 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -7,9 +7,9 @@ #define __CONFIG_SOCFPGA_CYCLONE5_H__ #include <asm/arch/socfpga_base_addrs.h> -#include "../../board/altera/socfpga/pinmux_config.h" -#include "../../board/altera/socfpga/iocsr_config.h" -#include "../../board/altera/socfpga/pll_config.h" +#include "../../board/altera/socfpga/qts/pinmux_config.h" +#include "../../board/altera/socfpga/qts/iocsr_config.h" +#include "../../board/altera/socfpga/qts/pll_config.h" /* U-Boot Commands */ #define CONFIG_SYS_NO_FLASH |