diff options
author | Wolfgang Denk <wd@denx.de> | 2009-10-26 23:03:32 (GMT) |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-10-27 19:46:31 (GMT) |
commit | a747a7f31059b9069e97c78bba5496409c33aa05 (patch) | |
tree | fbb86723c7f45116d198a7c6e4d4f47e95dce896 /README | |
parent | f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f (diff) | |
download | u-boot-a747a7f31059b9069e97c78bba5496409c33aa05.tar.xz |
Revert "env: only build env_embedded and envcrc when needed"
Breaks building on many boards, and no really clean fix available yet.
This reverts commit 6dab6add2d8ee80905234b326abc3de11be1d178.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -2305,11 +2305,6 @@ The following definitions that deal with the placement and management of environment data (variable area); in general, we support the following configurations: -- CONFIG_BUILD_ENVCRC: - - Builds up envcrc with the target environment so that external utils - may easily extract it and embed it in final U-Boot images. - - CONFIG_ENV_IS_IN_FLASH: Define this if the environment is in flash memory. |