[PATCH 4/6] rockchip: ringneck-px30: only declare functions in U-Boot proper

Quentin Schulz foss+uboot at 0leil.net
Wed Nov 8 15:20:33 CET 2023


From: Quentin Schulz <quentin.schulz at theobroma-systems.com>

Those functions are useless in anything but U-Boot proper for now, so
let's compile them out explicitly.

Cc: Quentin Schulz <foss+uboot at 0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz at theobroma-systems.com>
---
 board/theobroma-systems/ringneck_px30/ringneck-px30.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/theobroma-systems/ringneck_px30/ringneck-px30.c b/board/theobroma-systems/ringneck_px30/ringneck-px30.c
index bb1bb4acf5c..dd711cd05de 100644
--- a/board/theobroma-systems/ringneck_px30/ringneck-px30.c
+++ b/board/theobroma-systems/ringneck_px30/ringneck-px30.c
@@ -25,6 +25,7 @@
 #include <power/regulator.h>
 #include <u-boot/sha256.h>
 
+#ifndef CONFIG_SPL_BUILD
 /*
  * Swap mmc0 and mmc1 in boot_targets if booted from SD-Card.
  *
@@ -169,3 +170,4 @@ int misc_init_r(void)
 
 	return 0;
 }
+#endif

-- 
2.41.0



More information about the U-Boot mailing list