mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-26 19:25:02 +00:00
vboot: Remove the remainder of vb1 cryptolib
At this point, all that's left are a few constants in the cryptolib header files, and they're only used by host-side code. So move them to a host-side header file and get rid of cryptolib. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I2235f0e84e13fef313afe54e749b73744b157884 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/400903 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include "2sha.h"
|
||||
#include "cgpt.h"
|
||||
#include "cgpt_nor.h"
|
||||
#include "cryptolib.h"
|
||||
#include "file_keys.h"
|
||||
|
||||
// Check if cmdline |argv| has "-D". "-D" signifies that GPT structs are stored
|
||||
|
||||
Reference in New Issue
Block a user