From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Sat, 03 Apr 2010 13:36:43 -0500 Subject: [U-Boot] [PATCH 1/2] at91: add defines for RTT and GPBR In-Reply-To: <1269891584-9266-2-git-send-email-holler@ahsoftware.de> References: <1269891584-9266-1-git-send-email-holler@ahsoftware.de> <1269891584-9266-2-git-send-email-holler@ahsoftware.de> Message-ID: <4BB78ABB.40505@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Thanks Tom