X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fenv%2FREADME;h=24e31bc9f808fd6513893b44aefa2d29134e97ef;hb=60b295672d61fe79e6af3d9e4f3e8bd23bf3b4ad;hp=1020b57b059c5c4508551efd364caac55f9aa0be;hpb=be08abc2429c2e9cbce3d0abc1d315171d683520;p=u-boot diff --git a/tools/env/README b/tools/env/README index 1020b57b05..24e31bc9f8 100644 --- a/tools/env/README +++ b/tools/env/README @@ -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= env + make CROSS_COMPILE= 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"