mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00

Replace instances of http://www.ti.com with https://www.ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
16 lines
207 B
Text
16 lines
207 B
Text
// SPDX-License-Identifier: GPL-2.0+
|
|
/*
|
|
* Copyright (C) 2018 Texas Instruments Incorporated - https://www.ti.com/
|
|
*/
|
|
|
|
#include "am4372-u-boot.dtsi"
|
|
|
|
/{
|
|
ocp {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&i2c0 {
|
|
bootph-all;
|
|
};
|