From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 05 Feb 2014 16:25:07 +0900 Subject: [U-Boot] [PATCH 2/3] exynos: pinmux: remove unnecessary define In-Reply-To: <52E8B5EE.6060302@samsung.com> References: <52E8B5EE.6060302@samsung.com> Message-ID: <52F1E753.6020401@samsung.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 29/01/14 17:03, Minkyu Kang wrote: > The value of PERIPH_ID_COUNT was wrong, and unnecessary. > > Signed-off-by: Minkyu Kang > --- > arch/arm/cpu/armv7/exynos/clock.c | 2 +- > arch/arm/include/asm/arch-exynos/periph.h | 1 - > 2 files changed, 1 insertion(+), 2 deletions(-) > applied to u-boot-samsung. Minkyu Kang.