mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
343c185b7d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
663 B
Diff
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)"
|