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>
This commit is contained in:
parent
2e8fcc7e41
commit
9617ceb9cf
|
@ -7,4 +7,4 @@
|
|||
#
|
||||
|
||||
obj-y := socfpga.o
|
||||
obj-$(CONFIG_SPL_BUILD) += pinmux_config.o iocsr_config.o
|
||||
obj-$(CONFIG_SPL_BUILD) += qts/
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#
|
||||
# (C) Copyright 2015 Marek Vasut <marex@denx.de>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
obj-y += pinmux_config.o iocsr_config.o
|
|
@ -7,9 +7,9 @@
|
|||
#define __CONFIG_SOCFPGA_ARRIA5_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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue