]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/env/README
karo: tx28: supply a valid stack pointer to early SPL code
[karo-tx-uboot.git] / tools / env / README
index 1020b57b059c5c4508551efd364caac55f9aa0be..24e31bc9f808fd6513893b44aefa2d29134e97ef 100644 (file)
@@ -2,11 +2,10 @@
 This is a demo implementation of a Linux command line tool to access
 the U-Boot's environment variables.
 
-In the current version, there is an issue in cross-compilation.
 In order to cross-compile fw_printenv, run
-    make HOSTCC=<your CC cross-compiler> env
+    make CROSS_COMPILE=<your cross-compiler prefix> env
 in the root directory of the U-Boot distribution. For example,
-    make HOSTCC=arm-linux-gcc env
+    make CROSS_COMPILE=arm-linux- env
 
 For the run-time utility configuration uncomment the line
 #define CONFIG_FILE  "/etc/fw_env.config"