This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
u-boot
Watch
1
Star
0
Fork
0
You've already forked u-boot
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
213daa3a57
u-boot
/
tools
/
env
/
.gitignore
4 lines
46 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tools: env: Add embedded.c to .gitignore Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-10-12 03:15:04 +00:00
embedded.c
tools/env: cross-compile fw_printenv without setting HOSTCC fw_printenv is a program which mostly runs on the target Linux. Before switching to Kbuild, we needed to set HOSTCC at the command line like this: make HOSTCC=<your CC cross-compiler> env Going forward we can cross compile it by specifying CROSS_COMPILE: make CROSS_COMPILE=<your cross-compiler prefix> env This looks more natural. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Tested-by: Gerhard Sittig <gsi@denx.de>
2014-02-04 08:24:45 +00:00
fw_printenv
fw_printenv_unstripped
Reference in New Issue
Copy Permalink