mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Fix compile problem with new env code.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
64b3727b97
commit
46f6e50190
1 changed files with 1 additions and 0 deletions
1
tools/env/fw_env.c
vendored
1
tools/env/fw_env.c
vendored
|
@ -35,6 +35,7 @@
|
|||
#ifdef MTD_OLD
|
||||
# include <linux/mtd/mtd.h>
|
||||
#else
|
||||
# define __user /* nothing */
|
||||
# include <mtd/mtd-user.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue