commit | 5aaa8238f7ecfbd5b20cba59f00d43a85216d866 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Tue Jul 20 16:23:18 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Tue Jul 20 16:23:18 2010 -0700 |
tree | 2eeadfbaed877f1e19af9d3b2a013e0ac43fec70 | |
parent | 92077c15d601c47d206fb2ff2ac7898296f2bf17 [diff] [blame] |
galaxys
diff --git a/roots.h b/roots.h index e777093..a75de9c 100644 --- a/roots.h +++ b/roots.h
@@ -60,6 +60,14 @@ #define CACHE_FILESYSTEM "yaffs2" #endif +#ifndef SYSTEM_DEVICE +#define SYSTEM_DEVICE g_mtd_device +#endif + +#ifndef SYSTEM_FILESYSTEM +#define SYSTEM_FILESYSTEM "yaffs2" +#endif + /* Any of the "root_path" arguments can be paths with relative * components, like "SYSTEM:a/b/c". */