Re: [PATCH] cmd: Correct dependency for CMD_LINK_LOCAL

2025-04-05 Thread Tom Rini
On Fri, 14 Mar 2025 19:28:56 -0600, Tom Rini wrote: > Given how LIB_RAND is handled now, we should be depending on one of the > implementations and not selecting one of them. > > Applied to u-boot/next, thanks! [1/1] cmd: Correct dependency for CMD_LINK_LOCAL commit: be7693386d7f2e46e490

[PATCH] cmd: Correct dependency for CMD_LINK_LOCAL

2025-03-14 Thread Tom Rini
Given how LIB_RAND is handled now, we should be depending on one of the implementations and not selecting one of them. Signed-off-by: Tom Rini --- cmd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/Kconfig b/cmd/Kconfig index cd391d422ae2..aaebdfdd0c1c 100644 ---