mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-30 19:11:37 +00:00
Fix compile problem with new env code.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
6de66b3542
commit
c83d7ca4da
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…
Add table
Reference in a new issue