From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Tue, 14 Aug 2012 22:16:07 +0800 Subject: [U-Boot] [PATCH] disk/partition: Fix the depend for all the partitions file In-Reply-To: <20120807205808.8D8E7204016@gemini.denx.de> References: <1342860534-4710-1-git-send-email-bocui107@gmail.com> <20120807205808.8D8E7204016@gemini.denx.de> Message-ID: <502A5DA7.6050306@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 On 08/08/2012 04:58 AM, Wolfgang Denk wrote: > Dear Zhong Hongbo, > > In message <1342860534-4710-1-git-send-email-bocui107@gmail.com> you wrote: >> From: Zhong Hongbo >> >> all the patitions should depend CONFIG_PARTITIONS, no the >> CONFIG_CMD_$(device). The device symbol may be SATA, SCSI, >> USB, MMC, SYSTEMACE. Or else when the filesystem command be >> enabled, But board's configure file can not include any >> CONFIG_CMD_$(device), The u-boot will fail build. For example: >> CONFIG_CMD_EXT2 is defined in smdk6400.h, but the boards can >> not define any disk device. The error of build as following: >> --- > > It appears some text is missing here - most of all you SoB line... Hi Wolfgang, Ok, I will fix it. Thanks, hongbo > > Best regards, > > Wolfgang Denk >