]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 31 Mar 2015 09:40:50 +0000 (11:40 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 10 Apr 2015 12:23:37 +0000 (14:23 +0200)
commit8c80eb3b533c73a4b4a505fbaf925cdaafe0b5d2
treeea410c30971b373106c6d5b28fb38f6e8b8001a4
parent39f520bb62be67ef98303c47dd5c2d76861fea0f
Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE

introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE.
An SPL which define this will panic() if the
image it has loaded does not have a mkimage
signature.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
README
common/spl/spl.c