summaryrefslogtreecommitdiff
path: root/boot/image-android.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-09-29 19:49:50 -0600
committerTom Rini <[email protected]>2024-10-11 11:44:48 -0600
commit1d6132e2a2b1217567b88ddd6d11662afd4001df (patch)
tree08b4de0651659ceddf2b3e4d6f23140437c6315d /boot/image-android.c
parentf38956a687c42db8d9736e09df2d68705369950e (diff)
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Complete this rename for all directories outside arch/ board/ drivers/ and include/ Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'boot/image-android.c')
-rw-r--r--boot/image-android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/image-android.c b/boot/image-android.c
index 774565fd1fe..fdfff58a2a7 100644
--- a/boot/image-android.c
+++ b/boot/image-android.c
@@ -652,7 +652,7 @@ bool android_image_get_dtb_by_index(ulong hdr_addr, ulong vendor_boot_img,
return false;
}
-#if !defined(CONFIG_SPL_BUILD)
+#if !defined(CONFIG_XPL_BUILD)
/**
* android_print_contents - prints out the contents of the Android format image
* @hdr: pointer to the Android format image header