From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Herrmann Date: Wed, 5 Sep 2012 13:16:35 +0200 Subject: [U-Boot] [PATCH v3 2/2] Use loop block device in sandbox board In-Reply-To: <1346843795-4744-1-git-send-email-morpheus.ibis@gmail.com> References: <1346505549-6795-1-git-send-email-morpheus.ibis@gmail.com> <1346843795-4744-1-git-send-email-morpheus.ibis@gmail.com> Message-ID: <1346843795-4744-2-git-send-email-morpheus.ibis@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable SATA_LOOP and a few disk-related commands for sandbox Signed-off-by: Pavel Herrmann --- Changes for v3: drop static names for loop devices Changes for v2: add a few words of description include/configs/sandbox.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 0220386..c238feb 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -93,4 +93,12 @@ "stdout=serial\0" \ "stderr=serial\0" +/* SATA loopback device */ +#define CONFIG_CMD_SATA +#define CONFIG_SATA_LOOP +#define CONFIG_SYS_SATA_MAX_DEVICE 3 +#define CONFIG_DOS_PARTITION +#define CONFIG_CMD_FAT +#define CONFIG_CMD_EXT2 + #endif -- 1.7.12