From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joonyoung Shim Date: Mon, 08 Feb 2010 20:23:37 +0900 Subject: [U-Boot] [PATCH] s3c64xx: Add ifdef at the S3C64XX only codes In-Reply-To: <4B6FEDB4.5070104@samsung.com> References: <4B6FEDB4.5070104@samsung.com> Message-ID: <4B6FF439.4000703@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 2/8/2010 7:55 PM, Joonyoung Shim wrote: > The pheripheral port address(0x70000000 - 0x7fffffff) exists at only > S3C64XX cpu. The pheripheral port setup codes should be executed by only > S3C64XX cpu. > > Signed-off-by: Joonyoung Shim > --- > cpu/arm1176/start.S | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Sorry, i missed something. Please use the below patch.