Removes tinycbor submodule in favour of separate packaging
This commit is contained in:
parent
cc1ab9323a
commit
e1406829db
|
@ -1,3 +0,0 @@
|
||||||
[submodule "tinycbor"]
|
|
||||||
path = tinycbor
|
|
||||||
url = https://github.com/intel/tinycbor.git
|
|
|
@ -103,7 +103,7 @@ static void cbor_require_type(CborValue *it, CborType type) {
|
||||||
static void do_version(void) {
|
static void do_version(void) {
|
||||||
int rc = write(serial_fd, IMAGE_LIST_CMD, sizeof(IMAGE_LIST_CMD) - 1);
|
int rc = write(serial_fd, IMAGE_LIST_CMD, sizeof(IMAGE_LIST_CMD) - 1);
|
||||||
if (rc < sizeof(IMAGE_LIST_CMD) - 1) {
|
if (rc < sizeof(IMAGE_LIST_CMD) - 1) {
|
||||||
fprintf(stderr, "Failed to send command: %s", strerror(errno));
|
fprintf(stderr, "Failed to send command: %s\n", strerror(errno));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
uint8_t tmp[BOOT_SERIAL_IN_MAX];
|
uint8_t tmp[BOOT_SERIAL_IN_MAX];
|
||||||
|
|
1
tinycbor
1
tinycbor
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0362274505cb68c0f42678b8142589d533acb821
|
|
Loading…
Reference in New Issue