fdt: Check for a token to skip auto-hash validation
authorJoe Hershberger <joe.hershberger@ni.com>
Fri, 17 Aug 2012 10:34:39 +0000 (10:34 +0000)
committerGerald Van Baren <gvb@unssw.com>
Mon, 15 Oct 2012 23:20:32 +0000 (19:20 -0400)
commit8ac88f2d2818c8efc1558626a4e7fb47dcc18987
tree928169789e6ea5816e500bab395e6fd5bd3051d7
parent8805beec8f51e861996860db71a831e4c263cf4c
fdt: Check for a token to skip auto-hash validation

Allow the itb file to declare to u-boot that its hash should not be
checked automatically on bootm or iminfo.  This allows an image to
either be checked automatically or to include a script which may
check it otherwise (such as after part of the itb has been relocated
to RAM by the script).

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
common/image.c
include/image.h