]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:39:37 +0000 (14:39 +0200)
commit00709c4a5cb100896a88f24eea3f1b1101f7db24
tree2e8adc8012b4da462e46b270eef85bd82796b142
parent26397d50aab207bdad032e89b7d2e383e6c06268
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