1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-26 16:13:55 +01:00

env: Move env_get_f() to env.h

Move this function 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:42 -06:00
committed by Tom Rini
parent f1f0ae6a9c
commit 3a7d55716d
22 changed files with 32 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
*/
#include <common.h>
#include <env.h>
#include <asm/io.h>
#include <fsl_ddr_sdram.h>
#include <asm/processor.h>