From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 18 Oct 2007 22:24:59 +0000 (+0200) Subject: lubbock: Fix no partition type specified, use DOS as default X-Git-Tag: v1.3.0-rc4~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10cdb8dbd67a818823ab9ec88b68fc348903db59;p=u-boot lubbock: Fix no partition type specified, use DOS as default Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h index 4adf254221..82fe19c725 100644 --- a/include/configs/lubbock.h +++ b/include/configs/lubbock.h @@ -42,6 +42,7 @@ #endif #define CONFIG_MMC 1 #define BOARD_LATE_INIT 1 +#define CONFIG_DOS_PARTITION #undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */