From a5462d6192909dd0abbae15b19d634ca1c0ed4a2 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Mon, 2 Sep 2024 19:27:59 +0000 Subject: erosqnative: Give erosqnative_v3 its own target ID and modelname This is needed so "make clean; make reconf" will work correctly. Change-Id: Ife13e59ac6054f04f7095aa2263ec64595eeb3a2 --- firmware/export/config/erosqnative.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'firmware/export/config') diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h index 5eb9ba7021..357be1c280 100644 --- a/firmware/export/config/erosqnative.h +++ b/firmware/export/config/erosqnative.h @@ -9,15 +9,15 @@ #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" -/* Define EROSQN_VER as a GCC option if desired - +/* Define EROSQN_VER as an "extradefine" in the configure script - * v1, v2 players: "1" * v3 players: "3" - * Only bootloader will be affected + * Only bootloader will be affected. + * + * This allows us to fix the LCD init issues with v3 players. */ -#ifdef BOOTLOADER -# ifndef EROSQN_VER /* this should probably go in config/erosqnative.h*/ -# define EROSQN_VER 1 -# endif +#ifndef EROSQN_VER +#error "Must define EROSQN_VER" #endif /* CPU defines */ -- cgit v1.2.3