From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 07 May 2014 18:17:27 +0900 Subject: [U-Boot] [PATCHv2] ARM: exynos: remove the unused code In-Reply-To: <53603F2B.7030106@samsung.com> References: <53603F2B.7030106@samsung.com> Message-ID: <5369FA27.1000708@samsung.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 30/04/14 09:09, Jaehoon Chung wrote: > "mmc boot" command didn't use anywhere. > It can be replace "mmc dev" command. > > Signed-off-by: Jaehoon Chung > --- > Changelog v2: > - Fixed the different address for loading and uploading. > > include/configs/s5pc210_universal.h | 7 ++----- > include/configs/trats.h | 7 ++----- > include/configs/trats2.h | 11 +++-------- > 3 files changed, 7 insertions(+), 18 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.