From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Wed, 24 Feb 2010 08:44:41 -0600 Subject: [U-Boot] [PATCH] ARM change name of defines for AT91 arm926ejs In-Reply-To: <1267003756-17736-1-git-send-email-aehrlich@taskit.de> References: <4B843EAF.3020803@windriver.com> <1267003756-17736-1-git-send-email-aehrlich@taskit.de> Message-ID: <4B853B59.5020509@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 Achim Ehrlich wrote: > Configuration defines should be preceeded with CONFIG_SYS_. Renamed > some at91 specific defines to conform to this naming convention: > > AT91_CPU_NAME to CONFIG_SYS_AT91_CPU_NAME > AT91_MAIN_CLOCK to CONFIG_SYS_AT91_MAIN_CLOCK > > Signed-off-by: Achim Ehrlich Thank you. I have pushed this to arm/master Tom