Skip to content
Snippets Groups Projects
Commit f3b6d528 authored by Grant Erickson's avatar Grant Erickson Committed by Wolfgang Denk
Browse files

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: default avatarGrant Erickson <gerickson@nuovations.com>
parent 7ea8325b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment