From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 25 Sep 2014 19:45:00 +0100 Subject: [U-Boot] [PATCH v2 01/10] ARM: sunxi: Use macro values for setting UART GPIO pull-ups In-Reply-To: <1411545673-5591-2-git-send-email-wens@csie.org> References: <1411545673-5591-1-git-send-email-wens@csie.org> <1411545673-5591-2-git-send-email-wens@csie.org> Message-ID: <1411670700.3824.19.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: > We have already defined macros for pull-up/down values in the > GPIO header. Use them instead of magic numbers when configuring > the UART pins. > > Signed-off-by: Chen-Yu Tsai Acked-by: Ian Campbell