treewide: fix board identifier in overlays for lpcxpresso55s69
Fix board identifier in overlays for the lpcxpresso55s69_cpu0 target. Board identifiers were renamed with the following command: for file in $(find . -name "lpcxpresso55s69_cpu0.*"); do; mv $file ${file/_cpu0/_lpc55s69_cpu0}; done Additionally, remove lpcxpresso55s69_ns overlay targets where they are no longer needed (or rename them where they are) Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
8347abd001
commit
ec5df8a0e5
15 changed files with 0 additions and 70 deletions
|
@ -1,7 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Kumar Gala <galak@kernel.org>
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
tst_dma0: &dma0 { };
|
Loading…
Add table
Add a link
Reference in a new issue