1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 15:11:29 +03:00
openwrt-xburst/target/linux/coldfire/patches/068-m547x_8x_NOR_FLASH_baseaddr.patch
kaloz 343c185b7d use broken-out patches for the coldfire to make it easier to follow differences against the bsp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-06-23 21:04:37 +00:00

22 lines
663 B
Diff

From 423d67db899b8f2e20b09fac7da1f7eaaa4523cb Mon Sep 17 00:00:00 2001
From: Kurt Mahan <kmahan@freescale.com>
Date: Tue, 24 Jun 2008 23:24:30 -0600
Subject: [PATCH] Add the M547x/M548x NOR_FLASH base address.
LTIBName: m547x-8x-NOR-FLASH-baseaddr
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
---
arch/m68k/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -459,6 +459,7 @@ config NOR_FLASH_BASE
depends on COLDFIRE
default 0x00000000 if M54451EVB
default 0x00000000 if M54455EVB
+ default 0xE0000000 if M547X_8X
config M68KFPU_EMU
bool "Math emulation support (EXPERIMENTAL)"