git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80168d5
)
Correct SPL use of CMD_NET
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:36:35 +0000
(15:36 -0700)
committer
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2023 21:32:26 +0000
(16:32 -0500)
This converts 1 usage of this option to the non-SPL form, since there is
no SPL_CMD_NET defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/misc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/misc.c
b/arch/arm/mach-rockchip/misc.c
index
87eebd9
..
01aedad
100644
(file)
--- a/
arch/arm/mach-rockchip/misc.c
+++ b/
arch/arm/mach-rockchip/misc.c
@@
-23,7
+23,7
@@
int rockchip_setup_macaddr(void)
{
-#if
CONFIG_IS_ENABLED(
CMD_NET)
+#if
IS_ENABLED(CONFIG_
CMD_NET)
int ret;
const char *cpuid = env_get("cpuid#");
u8 hash[SHA256_SUM_LEN];