From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Mon, 22 Aug 2016 16:44:51 +0200 Subject: [U-Boot] [PATCH v2 1/2] ARM: Move SYS_CACHELINE_SIZE over to Kconfig In-Reply-To: <1471868538-21965-1-git-send-email-trini@konsulko.com> References: <1471868538-21965-1-git-send-email-trini@konsulko.com> Message-ID: <20160822144451.GA30366@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Aug 22, 2016 at 08:22:17AM -0400, Tom Rini wrote: [snip] > diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h > index ea9983bc7d43..a89ccb73b178 100644 > --- a/include/configs/cm_t3517.h > +++ b/include/configs/cm_t3517.h > @@ -10,8 +10,6 @@ > #ifndef __CONFIG_H > #define __CONFIG_H > > -#define CONFIG_SYS_CACHELINE_SIZE 64 > - > /* > * High Level Configuration Options > */ > @@ -30,7 +28,6 @@ > * Although the default iss 64, we still define it > * to be on the safe side once the default is changed. > */ That comment above probably looses sense with define removed... > -#define CONFIG_SYS_CACHELINE_SIZE 64 > > #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ > regards, ladis PS. Tested on OMAP3 IGEPv2 and TAM-3517 boards