Skip to content
Snippets Groups Projects
Commit beae51df authored by Ronny Nilsson's avatar Ronny Nilsson
Browse files

Reuse an existing define from Broadcom.

parent 76a8804a
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@
#include "image-ubi.h"
#include "crc32.h"
#include "brcm_fw_tool.h"
#include "bcm_hwdefs.h"
......@@ -82,7 +83,7 @@ struct metaInfo_t {
//-------------------------------------------------------------
const char ubiStr3[] = "metadata";
char ubiStr2[] = "cferam.000";
char ubiStr2[] = NAND_CFE_RAM_NAME;
char ubiStr1[] = "committed";
char *tmpMetaBlob; // Path to a temporary file.
static libubi_t libubi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment