Re: [PATCH v2 4/4] fdtget: Add -d to provide a default value
From: Jon Loeliger <hidden> Date: 2012-03-07 22:42:23
Sometimes the requested node or property is not present in the device
tree. This option provides a way of reporting a default value in this
case, rather than halting with an error.
Signed-off-by: Simon Glass <redacted>
Acked-by: David Gibson <redacted>
---
Changes in v2:
- Rebased on top of changes to the -l patch