From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Wed, 23 Nov 2011 18:29:53 +0200 Subject: [U-Boot] [PATCH 1/2] ARM: omap3: added common configuration for Technexion TAM3517 In-Reply-To: <20111123161150.3CD511FFB395@gemini.denx.de> References: <1322040416-11751-1-git-send-email-sbabic@denx.de> <1322040416-11751-2-git-send-email-sbabic@denx.de> <4ECCEAA3.7060004@compulab.co.il> <20111123161150.3CD511FFB395@gemini.denx.de> Message-ID: <4ECD1F81.40806@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, On 11/23/11 18:11, Wolfgang Denk wrote: > Dear Igor Grinberg, > > In message <4ECCEAA3.7060004@compulab.co.il> you wrote: >> > ... >>> +#define CONFIG_JFFS2_PART_OFFSET 0x680000 >>> +#define CONFIG_JFFS2_PART_SIZE 0xf980000 /* sz of jffs2 part */ >> >> Can SZ_* defines from arch/arm/include/asm/sizes.h be used here? > > No, they cannot ;-) > > I always discourage use of this stuff, just never found enough time to > expunge all such occurrances. Ok. Just curious, what is the reason for discouraging the use of those? -- Regards, Igor.