summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-09-08 16:52:51 +0000
committerSolomon Peachy <pizza@shaftnet.org>2024-09-08 17:10:04 -0400
commita7cfee640dcaa00e3717bd2ef4bd54489f491960 (patch)
tree653866381024e95c6a5ebb1eb1d8a8d52ab3468a /firmware
parent1f1b3bce86c14c757238a4b15cb8d43e44e0d6b6 (diff)
downloadrockbox-a7cfee640dcaa00e3717bd2ef4bd54489f491960.tar.gz
rockbox-a7cfee640dcaa00e3717bd2ef4bd54489f491960.zip
erosqnative: only check for EROSQN_VER if bootloader build
Change-Id: If1dea2414b5c55d54dfd48aa9b24d29bdd49001a
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/erosqnative.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config/erosqnative.h b/firmware/export/config/erosqnative.h
index 357be1c280..adb1b29e01 100644
--- a/firmware/export/config/erosqnative.h
+++ b/firmware/export/config/erosqnative.h
@@ -16,9 +16,11 @@
16 * 16 *
17 * This allows us to fix the LCD init issues with v3 players. 17 * This allows us to fix the LCD init issues with v3 players.
18 */ 18 */
19#ifdef BOOTLOADER
19#ifndef EROSQN_VER 20#ifndef EROSQN_VER
20#error "Must define EROSQN_VER" 21#error "Must define EROSQN_VER"
21#endif 22#endif
23#endif
22 24
23/* CPU defines */ 25/* CPU defines */
24#define CONFIG_CPU X1000 26#define CONFIG_CPU X1000