From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Holler Date: Sat, 03 Apr 2010 22:41:59 +0200 Subject: [U-Boot] [PATCH 1/2] at91: add defines for RTT and GPBR In-Reply-To: <4BB78ABB.40505@windriver.com> References: <1269891584-9266-1-git-send-email-holler@ahsoftware.de> <1269891584-9266-2-git-send-email-holler@ahsoftware.de> <4BB78ABB.40505@windriver.com> Message-ID: <4BB7A817.9060401@ahsoftware.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 03.04.2010 20:36, schrieb Tom: > Alexander Holler wrote: >> Signed-off-by: Alexander Holler >> --- >> include/asm-arm/arch-at91/at91sam9260.h | 2 ++ >> include/asm-arm/arch-at91/at91sam9261.h | 2 ++ >> include/asm-arm/arch-at91/at91sam9263.h | 3 +++ >> 3 files changed, 7 insertions(+), 0 deletions(-) >> > > Ack > This change is fine. > Please include this with the changes to the rtc driver in patch 2/2 > In general, include all the patches in a patchset when you make a change > to any one of them. This two patches are unrelated. This patch just makes incomplete headers more complete. If something else would use those two defines and anyone would revert the patch for rtc-driver the revert would eleminate the defines too. Happy eastern, Alexander