mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
15 lines
257 B
C
15 lines
257 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Configuration for MediaTek MT7988 SoC
|
||
|
*
|
||
|
* Copyright (C) 2022 MediaTek Inc.
|
||
|
* Author: Sam Shih <sam.shih@mediatek.com>
|
||
|
*/
|
||
|
|
||
|
#ifndef __MT7988_H
|
||
|
#define __MT7988_H
|
||
|
|
||
|
#define CFG_MAX_MEM_MAPPED 0xC0000000
|
||
|
|
||
|
#endif
|