Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-04 Thread Zhong Hongbo
On 02/09/12 20:40, Wolfgang Denk wrote: > Dear Zhong Hongbo, > > In message <1345075118-3131-1-git-send-email-bocui...@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,

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-04 Thread Zhong Hongbo
On 02/09/12 20:41, Wolfgang Denk wrote: > Dear Zhong Hongbo, > > In message <1345075118-3131-1-git-send-email-bocui...@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,

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-02 Thread Wolfgang Denk
Dear Zhong Hongbo, In message <1345075118-3131-1-git-send-email-bocui...@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 comman

Re: [U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-09-02 Thread Wolfgang Denk
Dear Zhong Hongbo, In message <1345075118-3131-1-git-send-email-bocui...@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 comman

[U-Boot] [V2] disk/partition: Fix the depend for all the partitions file

2012-08-15 Thread Zhong Hongbo
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 bu