]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property
authorChe-Liang Chiou <clchiou@chromium.org>
Thu, 25 Oct 2012 16:31:05 +0000 (16:31 +0000)
committerGerald Van Baren <gvb@unssw.com>
Tue, 13 Nov 2012 04:14:57 +0000 (23:14 -0500)
commitaadef0a1bc3db81708471c9d18eb6c756659196f
treea08327dfcaab8d16aec6d534164ee526419f002b
parent79289c0b5ff4a8c7869d7ca629cddc660dd06095
fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property

It decodes a 64-bit value from a property that is at least 8 bytes long.

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
include/fdtdec.h
lib/fdtdec.c