Merge with /home/sr/git/u-boot
[platform/kernel/u-boot.git] / include / configs / hymod.h
index 6f19909..0d62b9e 100644 (file)
@@ -35,6 +35,7 @@
 
 #define CONFIG_MPC8260         1       /* This is an MPC8260 CPU       */
 #define CONFIG_HYMOD           1       /* ...on a Hymod board          */
+#define CONFIG_CPM2            1       /* Has a CPM2 */
 
 #define        CONFIG_MISC_INIT_F      1       /* Use misc_init_f()            */
 
                                        CFG_CMD_BEDBUG  | \
                                        CFG_CMD_BMP     | \
                                        CFG_CMD_DOC     | \
+                                       CFG_CMD_EXT2    | \
                                        CFG_CMD_FDC     | \
                                        CFG_CMD_FDOS    | \
                                        CFG_CMD_FPGA    | \
                                        CFG_CMD_REISER  | \
                                        CFG_CMD_SCSI    | \
                                        CFG_CMD_SPI     | \
+                                       CFG_CMD_UNIVERSE| \
                                        CFG_CMD_VFD     | \
                                        CFG_CMD_XIMG    ) )