From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Wed, 17 Oct 2012 09:22:51 +0200 Subject: [U-Boot] [PATCH 02/14] avr32: Change bi_baudrate and global data baudrate to int In-Reply-To: <1350087681-16442-3-git-send-email-sjg@chromium.org> References: <1350087681-16442-1-git-send-email-sjg@chromium.org> <1350087681-16442-3-git-send-email-sjg@chromium.org> Message-ID: <507E5CCB.1000009@gmail.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 13.10.2012 02:21, Simon Glass wrote: > These don't need to be longs, so change them. > > Signed-off-by: Simon Glass Acked-by: Andreas Bie?mann > --- > arch/avr32/include/asm/global_data.h | 2 +- > arch/avr32/include/asm/u-boot.h | 2 +- > common/cmd_bdinfo.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-)