From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hector Palacios Date: Thu, 2 Jan 2014 17:53:00 +0100 Subject: [U-Boot] Are mmc open/close subcommands needed? Message-ID: <52C5996C.4020803@digi.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I saw commit 2a91c9134675140853577b565210458b5774e6cf that introduces mmc subcommands 'open' and 'close' to access eMMC boot partitions and was wondering if they are really needed. Can't the same be achieved with already existing 'mmc dev [dev] [part]' command? mmc open is the same as mmc dev where is the boot partition mmc close is the same as mmc dev 0 as a 0 will switch to partition 0 (user data). Best regards, -- Hector Palacios