rockchip: misc: protect serial# from getting overwritten
[oweals/u-boot.git] / cmd / elf.c
index 538562fda581ba6b6978199db8e8a2ae1f8f5231..32f12a72b9be4bb07f81ffb66207af40a1965b18 100644 (file)
--- a/cmd/elf.c
+++ b/cmd/elf.c
@@ -15,6 +15,7 @@
 
 #include <common.h>
 #include <command.h>
+#include <cpu_func.h>
 #include <elf.h>
 #include <env.h>
 #include <net.h>