mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-02 09:03:27 +08:00
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>
This commit is contained in:
parent
510c277a2e
commit
bdba67ba87
@ -1,10 +1,10 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2016-2017 Intel Corporation <www.intel.com>
|
* Copyright (C) 2016-2021 Intel Corporation <www.intel.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SOCFPGA_S10_BASE_HARDWARE_H_
|
#ifndef _SOCFPGA_SOC64_BASE_HARDWARE_H_
|
||||||
#define _SOCFPGA_S10_BASE_HARDWARE_H_
|
#define _SOCFPGA_SOC64_BASE_HARDWARE_H_
|
||||||
|
|
||||||
#define SOCFPGA_CCU_ADDRESS 0xf7000000
|
#define SOCFPGA_CCU_ADDRESS 0xf7000000
|
||||||
#define SOCFPGA_SDR_SCHEDULER_ADDRESS 0xf8000400
|
#define SOCFPGA_SDR_SCHEDULER_ADDRESS 0xf8000400
|
||||||
@ -44,4 +44,4 @@
|
|||||||
#define GICD_BASE 0xfffc1000
|
#define GICD_BASE 0xfffc1000
|
||||||
#define GICC_BASE 0xfffc2000
|
#define GICC_BASE 0xfffc2000
|
||||||
|
|
||||||
#endif /* _SOCFPGA_S10_BASE_HARDWARE_H_ */
|
#endif /* _SOCFPGA_SOC64_BASE_HARDWARE_H_ */
|
@ -7,7 +7,7 @@
|
|||||||
#ifndef __CONFIG_SOCFPGA_SOC64_COMMON_H__
|
#ifndef __CONFIG_SOCFPGA_SOC64_COMMON_H__
|
||||||
#define __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 <asm/arch/handoff_soc64.h>
|
||||||
#include <linux/stringify.h>
|
#include <linux/stringify.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user