Home
last modified time | relevance | path

Searched hist:f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/env/
H A DMakefilef3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6 Tue May 06 23:18:00 UTC 2008 Grant Erickson <gerickson@nuovations.com> Fix Compilation Errors with 'tools/env/fw_printenv'

In the current top-of-tree, 1.3.3.-rc2, the optional tool
'tools/env/fw_printenv' fails to compile for two reasons:

1) The header watchdog.h cannot be found.
2) The header zlib.h is picked up from the tool chain rather than the
project causing a prototype conflict for crc32.

This patch addresses both of these issues.

Platforms Tested On:
- AMCC "Kilauea"

Signed-off-by: Grant Erickson <gerickson@nuovations.com>