mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 18:35:42 +01:00 
			
		
		
		
	env: Move env_get() to env.h
Move env_get() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
		| @@ -11,6 +11,7 @@ | ||||
|  */ | ||||
|  | ||||
| #include <common.h> | ||||
| #include <env.h> | ||||
| #include <fastboot.h> | ||||
| #include <net/fastboot.h> | ||||
|  | ||||
|   | ||||
| @@ -4,6 +4,7 @@ | ||||
|  */ | ||||
|  | ||||
| #include <common.h> | ||||
| #include <env.h> | ||||
| #include <fastboot.h> | ||||
| #include <fastboot-internal.h> | ||||
| #include <fb_mmc.h> | ||||
|   | ||||
| @@ -6,6 +6,7 @@ | ||||
| #include <config.h> | ||||
| #include <common.h> | ||||
| #include <blk.h> | ||||
| #include <env.h> | ||||
| #include <fastboot.h> | ||||
| #include <fastboot-internal.h> | ||||
| #include <fb_mmc.h> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user