From 8c89443e13747a9ca96b0393decf2de9c2da0bb0 Mon Sep 17 00:00:00 2001 From: "Jens Scharsig (BuS Elektronik)" Date: Mon, 23 Sep 2013 08:26:41 +0200 Subject: coldfire: cpu5282: increase malloc space to fix crash on start u-boot The malloc space is to small to boot, the current uboot 2013.10-rcX, This will fix the startup problems by increasing the mallog space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/eb_cpu5282.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index d1650eea3d..bdca705874 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -152,7 +152,7 @@ #define CONFIG_SYS_SDRAM_SIZE CONFIG_SYS_SDRAM_SIZE0 #define CONFIG_SYS_MONITOR_LEN 0x20000 -#define CONFIG_SYS_MALLOC_LEN (256 << 10) +#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) #define CONFIG_SYS_BOOTPARAMS_LEN 64*1024 /* -- cgit v1.2.1 From 6af3a0eaaecdaad971985c901cb675c9f8f3caac Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 6 Nov 2013 22:59:08 +0800 Subject: ColdFire: fix some typoes for CF platform Signed-off-by: Jason Jin --- include/configs/M5253DEMO.h | 2 +- include/configs/M54455EVB.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 76d02bda16..3a1cbcae93 100644 --- a/include/configs/M5253DEMO.h +++ b/include/configs/M5253DEMO.h @@ -1,4 +1,4 @@ -TABILITY or FITNESS FO04-2007 Freescale Semiconductor, Inc. +/* Copyright (C) 2004-2007 Freescale Semiconductor, Inc. * Hayden Fraser (Hayden.Fraser@freescale.com) * * SPDX-License-Identifier: GPL-2.0+ diff --git a/include/configs/M54455EVB.h b/include/configs/M54455EVB.h index f0dc2aa53d..7a55d3c619 100644 --- a/include/configs/M54455EVB.h +++ b/include/configs/M54455EVB.h @@ -177,7 +177,7 @@ #define CONFIG_SYS_I2C_FSL #define CONFIG_SYS_FSL_I2C_SPEED 80000 #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F -#define CONFIG_SYS_FSLI2C_OFFSET 0x58000 +#define CONFIG_SYS_FSL_I2C_OFFSET 0x58000 #define CONFIG_SYS_IMMR CONFIG_SYS_MBAR /* DSPI and Serial Flash */ -- cgit v1.2.1