libhoth: SRCREV bump c780510..69661d3 and remove patch files

lpsingh (4):
      Wait for SPI device to be not busy after page program when sending host command.
      Use named constants for SPI NOR command opcodes
      Read data from host command response only when header indicates that there is some data.
      Fix terminology for I2C mux control and USB mux control commands

sportley (1):
      EG support for libhoth USB

xorptr (1):
      Break down large write transactions into smaller PAGE PROGRAM operations (#131)

Tested: WIP

Platforms-Affected:all
Google-Bug-Id: 428996631
Change-Id: I77c479d16071265f1605ae9c4800bbe1c8446481
Signed-off-by: Sam Agazaryan <samagazaryan@google.com>
(cherry picked from commit 56f689fb0daa51a6da29a13152bf2f802b39b8fb)
diff --git a/recipes-tpm1/hoth/libhoth/0001-Expose-spi-headers-in-libhoth.patch b/recipes-tpm1/hoth/libhoth/0001-Expose-spi-headers-in-libhoth.patch
deleted file mode 100644
index 3ce1d15..0000000
--- a/recipes-tpm1/hoth/libhoth/0001-Expose-spi-headers-in-libhoth.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 0b1b8db6b9f24caef6d85a202f1274c4faab63ff Mon Sep 17 00:00:00 2001
-From: Sam Agazaryan <samagazaryan@google.com>
-Date: Thu, 17 Apr 2025 05:48:32 +0000
-Subject: [PATCH] Expose spi headers in libhoth
-
----
- meson.build | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/meson.build b/meson.build
-index f6286e0..f89eaec 100644
---- a/meson.build
-+++ b/meson.build
-@@ -18,6 +18,7 @@ libhoth = library('hoth', libhoth_srcs, dependencies: [libusb], install: true, \
-     version: meson.project_version())
- 
- install_headers('libhoth.h')
-+install_headers('libhoth_spi.h')
- install_headers('libhoth_usb.h')
- install_headers('libhoth_usb_device.h')
- 
--- 
-2.49.0.777.g153de2bbd5-goog
-
diff --git a/recipes-tpm1/hoth/libhoth_%.bbappend b/recipes-tpm1/hoth/libhoth_%.bbappend
index 49eacc0..9e2a60b 100644
--- a/recipes-tpm1/hoth/libhoth_%.bbappend
+++ b/recipes-tpm1/hoth/libhoth_%.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS:prepend:gbmc := "${THISDIR}/${PN}:"
 
-SRCREV:gbmc = "c780510bb95c5f9c09e06590593a65d61884e501"
+SRCREV:gbmc = "69661d3ea542604353c48a00beee9a6247b27686"
 
 PACKAGECONFIG[dbus] = "\
     -Ddbus_backend=true,  \