mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-30 13:20:22 +00:00
d9e0586b61
Create all boards fw-config DT files. They all include a generic stm32mp15-fw-config.dtsi. Change-Id: Ib9ac8a59e93e01365001b0d11fee41f7c507c08e Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (c) 2020-2021, STMicroelectronics - All Rights Reserved
|
|
*/
|
|
|
|
#define DDR_SIZE 0x40000000 /* 1GB */
|
|
#include "stm32mp15-fw-config.dtsi"
|