From a2cc7546d88bf9c4071f0f56f6c43d59654fc212 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 25 Aug 2024 11:37:30 -0400 Subject: Add DeviceData to bootloaders same vein as bootdata but for devices that need to pass info back to a running firmware Change-Id: I0cdcdc0475804dfbbee415ab487104ae8fc8ac69 --- firmware/export/config/erosqnative.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/erosqnative.h') diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h index 26073a5f34..75ead37ba8 100644 --- a/firmware/export/config/erosqnative.h +++ b/firmware/export/config/erosqnative.h @@ -106,6 +106,9 @@ #define HAVE_BOOTDATA #define BOOT_REDIR "rockbox_main.aigo_erosqn" +/* DeviceData */ +#define HAVE_DEVICEDATA + /* USB support */ #ifndef SIMULATOR #define CONFIG_USBOTG USBOTG_DESIGNWARE -- cgit v1.2.3