* [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config from MPC8360ERDK.h
@ 2008-01-11 10:42 Dave Liu
2008-01-11 11:23 ` [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h Liu Dave
0 siblings, 1 reply; 4+ messages in thread
From: Dave Liu @ 2008-01-11 10:42 UTC (permalink / raw)
To: u-boot
The MPC8360ERDB board support patch is added before
the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
so, miss clean up it.
The patch clean up the miss cache config.
Signed-off-by: Dave Liu <daveliu@freescale.com>
---
include/configs/MPC8360ERDK.h | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/include/configs/MPC8360ERDK.h b/include/configs/MPC8360ERDK.h
index e6d0c5e..1ef92da 100644
--- a/include/configs/MPC8360ERDK.h
+++ b/include/configs/MPC8360ERDK.h
@@ -387,15 +387,6 @@
#define CFG_HID2 HID2_HBE
/*
- * Cache Config
- */
-#define CFG_DCACHE_SIZE 32768
-#define CFG_CACHELINE_SIZE 32
-#if defined(CONFIG_CMD_KGDB)
-#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value */
-#endif
-
-/*
* MMU Setup
*/
--
1.5.3.5.643.g40e25
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h
2008-01-11 10:42 [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config from MPC8360ERDK.h Dave Liu
@ 2008-01-11 11:23 ` Liu Dave
2008-01-11 15:22 ` Kim Phillips
2008-01-14 22:25 ` Kim Phillips
0 siblings, 2 replies; 4+ messages in thread
From: Liu Dave @ 2008-01-11 11:23 UTC (permalink / raw)
To: u-boot
Sorry, have one typo in the commit log
Kim, could you help me change from MPC8360ERDB to MPC8360ERDK manually?
Thanks,
Dave
> -----Original Message-----
> From: u-boot-users-bounces at lists.sourceforge.net
> [mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf
> Of Liu Dave
> Sent: 2008?1?11? 6:42 PM
> To: Phillips Kim
> Cc: u-boot-external
> Subject: [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache
> config fromMPC8360ERDK.h
>
> The MPC8360ERDB board support patch is added before
> the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
> so, miss clean up it.
>
> The patch clean up the miss cache config.
>
> Signed-off-by: Dave Liu <daveliu@freescale.com>
> ---
> include/configs/MPC8360ERDK.h | 9 ---------
> 1 files changed, 0 insertions(+), 9 deletions(-)
>
> diff --git a/include/configs/MPC8360ERDK.h
> b/include/configs/MPC8360ERDK.h
> index e6d0c5e..1ef92da 100644
> --- a/include/configs/MPC8360ERDK.h
> +++ b/include/configs/MPC8360ERDK.h
> @@ -387,15 +387,6 @@
> #define CFG_HID2 HID2_HBE
>
> /*
> - * Cache Config
> - */
> -#define CFG_DCACHE_SIZE 32768
> -#define CFG_CACHELINE_SIZE 32
> -#if defined(CONFIG_CMD_KGDB)
> -#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value */
> -#endif
> -
> -/*
> * MMU Setup
> */
>
> --
> 1.5.3.5.643.g40e25
>
>
>
>
> --------------------------------------------------------------
> -----------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.n
> et/marketplace
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h
2008-01-11 11:23 ` [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h Liu Dave
@ 2008-01-11 15:22 ` Kim Phillips
2008-01-14 22:25 ` Kim Phillips
1 sibling, 0 replies; 4+ messages in thread
From: Kim Phillips @ 2008-01-11 15:22 UTC (permalink / raw)
To: u-boot
On Fri, 11 Jan 2008 04:23:11 -0700
"Liu Dave" <DaveLiu@freescale.com> wrote:
> Kim, could you help me change from MPC8360ERDB to MPC8360ERDK manually?
I'll get it.
Kim
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h
2008-01-11 11:23 ` [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h Liu Dave
2008-01-11 15:22 ` Kim Phillips
@ 2008-01-14 22:25 ` Kim Phillips
1 sibling, 0 replies; 4+ messages in thread
From: Kim Phillips @ 2008-01-14 22:25 UTC (permalink / raw)
To: u-boot
On Fri, 11 Jan 2008 04:23:11 -0700
"Liu Dave" <DaveLiu@freescale.com> wrote:
> Sorry, have one typo in the commit log
>
> Kim, could you help me change from MPC8360ERDB to MPC8360ERDK manually?
>
fixed and applied.
Thanks,
Kim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-14 22:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-11 10:42 [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config from MPC8360ERDK.h Dave Liu
2008-01-11 11:23 ` [U-Boot-Users] [PATCH 1/4] mpc83xx: Remove cache config fromMPC8360ERDK.h Liu Dave
2008-01-11 15:22 ` Kim Phillips
2008-01-14 22:25 ` Kim Phillips
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox