| commit | 3aa4cfd66bf75b67a2ddaed8454d0483762e69ba | [log] [tgz] |
|---|---|---|
| author | David Gibson <dgibson@sneetch.(none)> | Wed Nov 29 16:34:30 2006 +1100 |
| committer | David Gibson <dgibson@sneetch.(none)> | Wed Nov 29 16:34:30 2006 +1100 |
| tree | ef42be2ddba9babb58d308cba2d22a52e950215d | |
| parent | 156649d4f656f47017fabb2596495ffce124bba5 [diff] |
Simplify string table access functions The range sanity checking on the fdt_string_cmp() function causes problems for the sequential write code (or at least for using RO functions on an incomplete SW tree). Plus they didn't really fit with the philosphy for the RO code of working as widely as possible on weirdly constructed trees.