mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
configs: introduce configs needed for the J722S
Introduce the initial configs needed to support the J722S SoC family. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
fc2da3a3d0
commit
a3efeb0a6a
14
include/configs/j722s_evm.h
Normal file
14
include/configs/j722s_evm.h
Normal file
@@ -0,0 +1,14 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||
/*
|
||||
* Configuration header file for K3 J722S SoC family
|
||||
*
|
||||
* Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_J722S_EVM_H
|
||||
#define __CONFIG_J722S_EVM_H
|
||||
|
||||
/* Now for the remaining common defines */
|
||||
#include <configs/ti_armv7_common.h>
|
||||
|
||||
#endif /* __CONFIG_J722S_EVM_H */
|
||||
Reference in New Issue
Block a user