Re: [PATCH 3/6] rockchip: puma-rk3399: only declare functions in U-Boot proper

2023-11-09 Thread Tom Rini
On Wed, Nov 08, 2023 at 03:20:32PM +0100, Quentin Schulz wrote: > From: Quentin Schulz > > Those functions are useless in anything but U-Boot proper for now, so > let's compile them out explicitly. > > Cc: Quentin Schulz > Signed-off-by: Quentin Schulz > --- > board/theobroma-systems/puma_rk

Re: [PATCH 3/6] rockchip: puma-rk3399: only declare functions in U-Boot proper

2023-11-08 Thread Kever Yang
On 2023/11/8 22:20, Quentin Schulz wrote: From: Quentin Schulz Those functions are useless in anything but U-Boot proper for now, so let's compile them out explicitly. Cc: Quentin Schulz Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang Thanks, - Kever --- board/theobroma-systems

[PATCH 3/6] rockchip: puma-rk3399: only declare functions in U-Boot proper

2023-11-08 Thread Quentin Schulz
From: Quentin Schulz Those functions are useless in anything but U-Boot proper for now, so let's compile them out explicitly. Cc: Quentin Schulz Signed-off-by: Quentin Schulz --- board/theobroma-systems/puma_rk3399/puma-rk3399.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/theo