This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 05:04:26 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6e04cb76db
u-boot
/
tools
/
env
/
.gitignore
4 lines
46 B
Text
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 a new issue
Copy permalink