mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-24 10:14:55 +00:00
Refactor LoadFirmware() to avoid global variables, which don't work when running out of ROM
Review URL: http://codereview.chromium.org/2848006
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
#include "vboot_common.h"
|
||||
|
||||
/* Alternate LoadFirmware() implementation; see load_firmware_fw.h */
|
||||
void UpdateFirmwareBodyHash2(uint8_t* data, uint64_t size);
|
||||
int LoadFirmware2(LoadFirmwareParams* params);
|
||||
|
||||
#endif /* VBOOT_REFERENCE_VBOOT_FIRMWARE_H_ */
|
||||
|
||||
Reference in New Issue
Block a user