diff options
author | Simon Glass | 2019-08-01 09:46:47 -0600 |
---|---|---|
committer | Tom Rini | 2019-08-11 16:43:41 -0400 |
commit | 168068fb3d7da3d95bf37b21f39347f48d38497f (patch) | |
tree | f67394a7a39bb129368ba8df6c7978f4b0a0c344 /arch/arm | |
parent | c7694dd4837ba12db3bcda872a1047a44566e0e8 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-uniphier/mmc-first-dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/mmc-first-dev.c b/arch/arm/mach-uniphier/mmc-first-dev.c index 2f1c109b9e2..149e662070f 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> |