blob: 703520e7cb8073a2dcbc91de4484a73f79dd6903 (
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 <briansune@gmail.com>
*/
#ifndef __CONFIG_CORESOURCE_AC501SOC_H__
#define __CONFIG_CORESOURCE_AC501SOC_H__
#include <asm/arch/base_addr_ac5.h>
/* The rest of the configuration is shared */
#include <configs/socfpga_common.h>
#endif /* __CONFIG_CORESOURCE_AC501SOC_H__ */
|