From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 03 Dec 2013 15:59:09 +0900 Subject: [U-Boot] [PATCH 0/4] Trats2 code cleanups In-Reply-To: <1385547062-6066-1-git-send-email-p.wilczek@samsung.com> References: <1385547062-6066-1-git-send-email-p.wilczek@samsung.com> Message-ID: <529D813D.8050805@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 27/11/13 19:10, Piotr Wilczek wrote: > This patch series cleanups some code for Trats2. > > Unused defines are removed. > For envs, hardcoded names are replaced with variable names. > In the board file, 'samsung_get_base' common functions are used. > Tizen partions layout is updated. > > This patch series is based on: > http://patchwork.ozlabs.org/patch/290667/ > http://patchwork.ozlabs.org/patch/293163/ > http://patchwork.ozlabs.org/patch/293162/ > > Piotr Wilczek (4): > board: trats2: remove unused defines from config file > board:trats2: fix config > board:trats2: fix access to samsung registers > board:trats2: update Tizen partition definitions > > board/samsung/trats2/trats2.c | 16 ++++++++-------- > include/configs/trats2.h | 28 +++++++++++----------------- > 2 files changed, 19 insertions(+), 25 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.