arm: mach-k3: Fix typo for TIFSSTUB_GP in IMAGE_ID enum

Signed-off-by: Andrew Davis <afd@ti.com>
This commit is contained in:
Andrew Davis
2025-07-28 18:22:22 -06:00
committed by Tom Rini
parent 51013e7bfb
commit 0faf23611e
+1 -1
View File
@@ -27,7 +27,7 @@ enum {
IMAGE_ID_DM_FW,
IMAGE_ID_TIFSSTUB_HS,
IMAGE_ID_TIFSSTUB_FS,
IMAGE_ID_T,
IMAGE_ID_TIFSSTUB_GP,
IMAGE_AMT,
};