From: Michal Simek Date: Fri, 28 Mar 2008 11:47:19 +0000 (+0100) Subject: microblaze: xupv2p fix config file for supporting FDT X-Git-Tag: v1.3.3-rc1~107^2~4^2~2 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=cf5c679ca04a6b54bf53a55b8b9c29335b387287;p=karo-tx-uboot.git microblaze: xupv2p fix config file for supporting FDT --- diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index f86b3b9549..30fb303c96 100644 --- a/include/configs/xupv2p.h +++ b/include/configs/xupv2p.h @@ -1,5 +1,5 @@ /* - * (C) Copyright 2007 Michal Simek + * (C) Copyright 2007-2008 Michal Simek * * Michal SIMEK * @@ -156,6 +156,7 @@ #include #undef CONFIG_CMD_FLASH +#undef CONFIG_CMD_JFFS2 #undef CONFIG_CMD_IMLS #define CONFIG_CMD_ASKENV @@ -203,4 +204,7 @@ #define CONFIG_DOS_PARTITION #endif +#define CONFIG_CMDLINE_EDITING +#define CONFIG_OF_LIBFDT 1 /* flat device tree */ + #endif /* __CONFIG_H */