commit | 905b248f2fc7fed3cbcef8cac65a2e4f6126ba99 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Mar 19 12:51:31 2024 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 10 09:34:53 2024 -0600 |
tree | c888ef1ba6fc97739680056f5f5c4d7c0e432c3d | |
parent | 3a7e1a4afb31c5d14d78b286c9b3e1043911e0b6 [diff] |
scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB rule With configs such as "am64x_evm_a53" or "imx8mp_venice" which list multiple device trees to build we get a warning such as: scripts/Makefile.spl:578: target 'spl/dts/freescale/' given more than once in the same rule If we sort this list first the warning goes away. Tested-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Tom Rini <trini@konsulko.com>