blob: 48e02d61dc5953ea74234301acefebb6e2f60769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2025 Brian Sune <[email protected]>
*/
#ifndef __CONFIG_CORESOURCE_AC550SOC_H__
#define __CONFIG_CORESOURCE_AC550SOC_H__
#include <asm/arch/base_addr_ac5.h>
/* The rest of the configuration is shared */
#include <configs/socfpga_common.h>
#endif /* __CONFIG_CORESOURCE_AC550SOC_H__ */
|