diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2007-10-19 06:33:45 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-10-24 00:29:00 +0200 |
commit | e78220f6e514206757acfe247297fc9a328a881f (patch) | |
tree | 1d2b58d7ce15de1213b0f1f3b8d41aed47ebae76 /include | |
parent | 10cdb8dbd67a818823ab9ec88b68fc348903db59 (diff) |
xsengine: Fix no partition type specified, use DOS as default
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/xsengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xsengine.h b/include/configs/xsengine.h index 5733933d616..766617e0753 100644 --- a/include/configs/xsengine.h +++ b/include/configs/xsengine.h @@ -32,6 +32,7 @@ #define CONFIG_PXA250 1 /* This is an PXA250 CPU */ #define CONFIG_XSENGINE 1 #define CONFIG_MMC 1 +#define CONFIG_DOS_PARTITION 1 #define BOARD_POST_INIT 1 #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */ #define CFG_HZ 3686400 /* incrementer freq: 3.6864 MHz */ |