Fix Red Multiboot Firmware Root Redirect
Exclude bootloaders Change-Id: Id26120df0a047711efe49a43917dfec4c25107cb
This commit is contained in:
parent
c9857098ac
commit
fe4628fc30
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "dircache.h"
|
#include "dircache.h"
|
||||||
|
|
||||||
#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR)
|
#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) && !defined(BOOTLOADER)
|
||||||
#include "rb-loader.h"
|
#include "rb-loader.h"
|
||||||
#include "bootdata.h"
|
#include "bootdata.h"
|
||||||
#include "crc32.h"
|
#include "crc32.h"
|
||||||
|
@ -145,7 +145,7 @@ static inline void volume_onmount_internal(IF_MV_NONVOID(int volume))
|
||||||
const char *path = PATH_ROOTSTR;
|
const char *path = PATH_ROOTSTR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR)
|
#if defined(HAVE_MULTIBOOT) && !defined(SIMULATOR) && !defined(BOOTLOADER)
|
||||||
static char rtpath[VOL_MAX_LEN+2] = RB_ROOT_CONTENTS_DIR;
|
static char rtpath[VOL_MAX_LEN+2] = RB_ROOT_CONTENTS_DIR;
|
||||||
static bool redirected = false;
|
static bool redirected = false;
|
||||||
int boot_volume = 0;
|
int boot_volume = 0;
|
||||||
|
|
Loading…
Reference in a new issue