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>
This commit is contained in:
Simon Glass
2019-08-01 09:46:47 -06:00
committed by Tom Rini
parent c7694dd483
commit 168068fb3d
16 changed files with 23 additions and 9 deletions

View File

@@ -9,6 +9,7 @@
#include <common.h>
#include <asm/io.h>
#include <asm/byteorder.h>
#include <env.h>
#ifdef CONFIG_DM_BOOTCOUNT