Fix HOME_DIR path for Rocker, X3ii, and X20

Prevented plugins from accessing their config files properly

Change-Id: Ic3b115aaa9168fa30b98607aeacb1a12b5498a5f
This commit is contained in:
Solomon Peachy 2020-08-09 16:15:38 -04:00
parent 92d66f761f
commit 491b696669
2 changed files with 4 additions and 2 deletions

View file

@ -37,7 +37,7 @@
#include "logf.h"
#if (defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !(defined(BOOTLOADER) || defined(CHECKWPS) || defined(SIMULATOR))
#define PIVOT_ROOT "/mnt/sd_0"
#define PIVOT_ROOT HOME_DIR
#endif
#if (CONFIG_PLATFORM & PLATFORM_ANDROID)