This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
u-boot
Watch
0
Star
0
Fork
0
You've already forked u-boot
mirror of
https://github.com/u-boot/u-boot.git
synced
2025-01-08 11:53:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2adbb29747
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 11:15:04 +08: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 16:24:45 +08:00
fw_printenv
fw_printenv_unstripped
Reference in New Issue
Copy Permalink