Skip to content
Snippets Groups Projects
Commit cf5c679c authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: xupv2p fix config file for supporting FDT

parent 188dc16b
No related branches found
No related tags found
No related merge requests found
/* /*
* (C) Copyright 2007 Michal Simek * (C) Copyright 2007-2008 Michal Simek
* *
* Michal SIMEK <monstr@monstr.eu> * Michal SIMEK <monstr@monstr.eu>
* *
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
#include <config_cmd_default.h> #include <config_cmd_default.h>
#undef CONFIG_CMD_FLASH #undef CONFIG_CMD_FLASH
#undef CONFIG_CMD_JFFS2
#undef CONFIG_CMD_IMLS #undef CONFIG_CMD_IMLS
#define CONFIG_CMD_ASKENV #define CONFIG_CMD_ASKENV
...@@ -203,4 +204,7 @@ ...@@ -203,4 +204,7 @@
#define CONFIG_DOS_PARTITION #define CONFIG_DOS_PARTITION
#endif #endif
#define CONFIG_CMDLINE_EDITING
#define CONFIG_OF_LIBFDT 1 /* flat device tree */
#endif /* __CONFIG_H */ #endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment