mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
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
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
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)"
|
||||
Reference in New Issue
Block a user