summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/include/dircache_redirect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/include/dircache_redirect.h b/firmware/include/dircache_redirect.h
index dfab6fd5a3..a781d6ee76 100644
--- a/firmware/include/dircache_redirect.h
+++ b/firmware/include/dircache_redirect.h
@@ -25,7 +25,7 @@
25#include "dir.h" 25#include "dir.h"
26#include "dircache.h" 26#include "dircache.h"
27 27
28#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) 28#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) && !defined(BOOTLOADER)
29#include "rb-loader.h" 29#include "rb-loader.h"
30#include "bootdata.h" 30#include "bootdata.h"
31#include "crc32.h" 31#include "crc32.h"
@@ -145,7 +145,7 @@ static inline void volume_onmount_internal(IF_MV_NONVOID(int volume))
145 const char *path = PATH_ROOTSTR; 145 const char *path = PATH_ROOTSTR;
146#endif 146#endif
147 147
148#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) 148#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) && !defined(BOOTLOADER)
149 static char rtpath[VOL_MAX_LEN+2] = RB_ROOT_CONTENTS_DIR; 149 static char rtpath[VOL_MAX_LEN+2] = RB_ROOT_CONTENTS_DIR;
150 static bool redirected = false; 150 static bool redirected = false;
151 int boot_volume = 0; 151 int boot_volume = 0;