From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Jin Date: Wed, 2 Feb 2005 10:59:46 -0800 Subject: [U-Boot-Users] [Patch]IntegratorAP & CP multi core module support In-Reply-To: <89A528FE6DB0FA44877BB2F05B84671801C12B7A@ZIPPY.Emea.Arm.com> References: <89A528FE6DB0FA44877BB2F05B84671801C12B7A@ZIPPY.Emea.Arm.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Peter, > a) Provides targets for all supported Core Modules > - targets are of the form integrator_CM_config > Examples > make integratorap_CM946E_S This target does't follow the format integrator_CM_config. It's annoying if there are too many underscores in target names. It's good to follow uboot convention of target names, i.e., _config. So shall we use integratorap_CM946ES_config? > c) Tested to build with > MAKEALL arm (trab & omap2420h fail) > integratorcp Here it's integratorcp_config > integratorcp_CM926EJ_S_config integratorcp_CM926EJS_config > integratorcp_CM966E_S_config integratorcp_CM966ES_config Just my 2 cents. -Shawn.