commit | 07dc93c4e1307e6b3e4b388c416f50c846062e53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:47 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | f67394a7a39bb129368ba8df6c7978f4b0a0c344 | |
parent | 313112a36f010780d44df983a7553ef21238de46 [diff] [blame] |
env: Move env_set_ulong() to env.h Move env_set_ulong() over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/arch/arm/mach-uniphier/mmc-first-dev.c b/arch/arm/mach-uniphier/mmc-first-dev.c index 2f1c109..149e662 100644 --- a/arch/arm/mach-uniphier/mmc-first-dev.c +++ b/arch/arm/mach-uniphier/mmc-first-dev.c
@@ -5,6 +5,7 @@ */ #include <common.h> +#include <env.h> #include <mmc.h> #include <linux/errno.h>