diff options
author | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 22:57:37 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-02-23 22:57:37 +0100 |
commit | d7ba70de41902639a0b95bbdf0d7ec6452523db8 (patch) | |
tree | 2ed643fdf1845a9a1a9aa4b76894984050508ed8 /firmware/export | |
parent | 3505ad3753573ab33d73ce521fb9f52b3899561c (diff) |
undef HAVE_STORAGE_GET_INFO for the sim, there is no useful implementation right now.
Change-Id: I3050b97d10d9b4705321d8e37faf4d5a6c58485b
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/sim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/config/sim.h b/firmware/export/config/sim.h index 2f819b733e..0d075b0fcd 100644 --- a/firmware/export/config/sim.h +++ b/firmware/export/config/sim.h @@ -33,6 +33,7 @@ #undef HAVE_STORAGE_FLUSH #undef CONFIG_NAND +#undef HAVE_STORAGE_GET_INFO #if defined(CONFIG_CHARGING) && CONFIG_CHARGING > CHARGING_MONITOR #undef CONFIG_CHARGING |