aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSiew Chin Lim <elly.siew.chin.lim@intel.com>2021-08-10 11:26:27 +0800
committerTien Fong Chee <tien.fong.chee@intel.com>2021-08-24 15:11:34 +0800
commitbdba67ba87787d2d6b1d5208cb8dbe22428a87c9 (patch)
tree0da6813e37766e3162ed244e1b7244b90daa6d84 /include
parent510c277a2e0a16e19dda52e488a0b51d501b7237 (diff)
downloadu-boot-bdba67ba87787d2d6b1d5208cb8dbe22428a87c9.zip
u-boot-bdba67ba87787d2d6b1d5208cb8dbe22428a87c9.tar.gz
u-boot-bdba67ba87787d2d6b1d5208cb8dbe22428a87c9.tar.bz2
arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.h
Rename to common file name to used by all SOC64 devices and change "_S10_" to "_SOC64_" in base_addr_soc64.h. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_soc64_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h
index 38fd775..0b0470e 100644
--- a/include/configs/socfpga_soc64_common.h
+++ b/include/configs/socfpga_soc64_common.h
@@ -7,7 +7,7 @@
#ifndef __CONFIG_SOCFPGA_SOC64_COMMON_H__
#define __CONFIG_SOCFPGA_SOC64_COMMON_H__
-#include <asm/arch/base_addr_s10.h>
+#include <asm/arch/base_addr_soc64.h>
#include <asm/arch/handoff_soc64.h>
#include <linux/stringify.h>