From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 25 Feb 2013 19:44:27 +0900 Subject: [U-Boot] [PATCH 2/2 V2] EXYNOS5: Snow: Add a configuration file In-Reply-To: References: <1361429010-9092-1-git-send-email-rajeshwari.s@samsung.com> <1361429010-9092-3-git-send-email-rajeshwari.s@samsung.com> <512AE65D.3060909@samsung.com> Message-ID: <512B408B.8040603@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 25/02/13 19:35, Rajeshwari Birje wrote: > Hi Minkyu Kang, > > Thank you for comments. > > On Mon, Feb 25, 2013 at 9:49 AM, Minkyu Kang wrote: >> >> Dear Rajeshwari, >> >> On 21/02/13 15:43, Rajeshwari Shinde wrote: >>> This patch adds the configuration file for Snow Board and >>> defines the same in boards.cfg. >>> >>> Signed-off-by: Rajeshwari Shinde >>> --- >>> Changes in V2: >>> - Added Maintainer >>> MAINTAINERS | 4 ++++ >>> boards.cfg | 1 + >>> include/configs/snow.h | 33 +++++++++++++++++++++++++++++++++ >>> 3 files changed, 38 insertions(+), 0 deletions(-) >>> create mode 100644 include/configs/snow.h >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index 45e2dd4..5fc5b4d 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -736,6 +736,10 @@ Chander Kashyap >>> SMDKV310 ARM ARMV7 (EXYNOS4210 SoC) >>> SMDK5250 ARM ARMV7 (EXYNOS5250 SoC) >>> >>> +Rajeshwari Shinde >> >> Please keep this list to alphabetically. >> your name should be moved to "S" section. > I am sorry but I did not find any alphabetical order in MAINTAINERS, > had placed it there because all exynos based board are mentioned > there. >> sorted by last name. (Kang -> Kashyap -> Koschorrek...) Lukasz's position is wrong also. "Rajeshwari Shinde" should be positioned next to "Bo Shen". Thanks. Minkyu Kang.