All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kyungmin Park <kmpark@infradead.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Add apollon board MAINTAINERS entry
Date: Mon, 31 Mar 2008 10:40:54 +0900	[thread overview]
Message-ID: <20080331014054.GA30874@party> (raw)

Add apollon board MAINTAINERS entry

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index e31ea06..35e532d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -554,6 +554,10 @@ Richard Woodruff <r-woodruff2@ti.com>
 
 	omap2420h4		ARM1136EJS
 
+Kyungmin Park <kyungmin.park@samsung.com>
+
+	apollon			ARM1136EJS
+
 Alex Z?pke <azu@sysgo.de>
 
 	lart			SA1100
diff --git a/include/configs/apollon.h b/include/configs/apollon.h
index f101206..294cd26 100755
--- a/include/configs/apollon.h
+++ b/include/configs/apollon.h
@@ -1,5 +1,5 @@
 /*
- * (C) Copyright 2005-2007
+ * (C) Copyright 2005-2008
  * Samsung Electronics,
  * Kyungmin Park <kyungmin.park@samsung.com>
  *
@@ -158,6 +158,7 @@
 	"norboot=cp32 0x18040000 0x80008000 0x200000; go 0x80008000\0"	\
 	"oneboot=onenand read 0x80008000 0x40000 0x200000; go 0x80008000\0"\
 	"onesyncboot=run syncmode oneboot\0"				\
+	"updateb=tftp 0x80180000 u-boot-onenand.bin; onenand erase 0x0 0x20000; onenand write 0x80180000 0x0 0x20000\0"					\
 	"bootcmd=run uboot\0"
 
 /*

             reply	other threads:[~2008-03-31  1:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-31  1:40 Kyungmin Park [this message]
2008-04-14  6:33 ` [U-Boot-Users] [PATCH] Add apollon board MAINTAINERS entry Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080331014054.GA30874@party \
    --to=kmpark@infradead.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.