summaryrefslogtreecommitdiff
path: root/board/altera/socfpga/iocsr_config.h
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-07-25 08:22:21 +0200
committerMarek Vasut <marex@denx.de>2015-08-08 14:14:04 +0200
commit9617ceb9cfc1eeb3ca0d962b53d2d87506cc23ca (patch)
tree21c951b39b254a3d77bc2f0be5d9bb9b81aca240 /board/altera/socfpga/iocsr_config.h
parent2e8fcc7e41cc5fea7fa399e5e35fc261fa67b13b (diff)
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 'board/altera/socfpga/iocsr_config.h')
-rw-r--r--board/altera/socfpga/iocsr_config.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/board/altera/socfpga/iocsr_config.h b/board/altera/socfpga/iocsr_config.h
deleted file mode 100644
index d1c9b0d36a..0000000000
--- a/board/altera/socfpga/iocsr_config.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Copyright Altera Corporation (C) 2012-2014. All rights reserved
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/* This file is generated by Preloader Generator */
-
-#ifndef _PRELOADER_IOCSR_CONFIG_H_
-#define _PRELOADER_IOCSR_CONFIG_H_
-
-#ifdef CONFIG_TARGET_SOCFPGA_CYCLONE5
-#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764)
-#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
-#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955)
-#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
-#endif
-
-#ifdef CONFIG_TARGET_SOCFPGA_ARRIA5
-#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (1337)
-#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719)
-#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (1528)
-#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766)
-#endif
-
-#endif /*_PRELOADER_IOCSR_CONFIG_H_*/