commit | d7e3cc209e4de41c8719bfeb75723f1abbeed381 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed May 01 04:57:52 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue May 07 11:47:13 2024 -0600 |
tree | ec59ee768e101b661f625f192966867c3f242664 | |
parent | 160ab4ba9fe1d112e98bcdfc708be305907377c9 [diff] |
arm: ti: logicpd-torpedo: Migrate to OF_UPSTREAM The DM37 and OMAP35 Torpedo share a few files, but both of them can be migrated to OF_UPSTREAM with a small update to their respective u-boot.dtsi files to address changes made the aliases. Both defconfigs need to properly point to the upstream directory structure for the device trees. With those updated, the U-Boot device tree files can be deleted. Signed-off-by: Adam Ford <aford173@gmail.com> V2: Remove DT from Makefile