* [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
@ 2011-05-15 22:58 Fabio Estevam
2011-05-16 9:57 ` Stefano Babic
0 siblings, 1 reply; 3+ messages in thread
From: Fabio Estevam @ 2011-05-15 22:58 UTC (permalink / raw)
To: u-boot
commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the
definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
include/configs/mx53loco.h | 1 -
include/configs/mx53smd.h | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 60dc2be..544e3fb 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -181,6 +181,5 @@
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ 0x800000
#endif /* __CONFIG_H */
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index fa1c695..356ee10 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -185,6 +185,5 @@
#define CONFIG_SYS_MMC_ENV_DEV 0
#define CONFIG_OF_LIBFDT
-#define CONFIG_SYS_BOOTMAPSZ 0x800000
#endif /* __CONFIG_H */
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
2011-05-15 22:58 [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files Fabio Estevam
@ 2011-05-16 9:57 ` Stefano Babic
2011-05-16 10:53 ` Jason Liu
0 siblings, 1 reply; 3+ messages in thread
From: Stefano Babic @ 2011-05-16 9:57 UTC (permalink / raw)
To: u-boot
On 05/16/2011 12:58 AM, Fabio Estevam wrote:
> commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the
> definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>
> #define CONFIG_OF_LIBFDT
> -#define CONFIG_SYS_BOOTMAPSZ 0x800000
We have already discussed about it, I think I can safely apply it as fix.
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files.
2011-05-16 9:57 ` Stefano Babic
@ 2011-05-16 10:53 ` Jason Liu
0 siblings, 0 replies; 3+ messages in thread
From: Jason Liu @ 2011-05-16 10:53 UTC (permalink / raw)
To: u-boot
Hi, Stefano,
2011/5/16 Stefano Babic <sbabic@denx.de>:
> On 05/16/2011 12:58 AM, Fabio Estevam wrote:
>> commit ed59e58 (Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ) made the
>> definition of CONFIG_SYS_BOOTMAPSZ unnecessary.
>>
>> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
>>
>> ?#define CONFIG_OF_LIBFDT
>> -#define CONFIG_SYS_BOOTMAPSZ ? 0x800000
>
> We have already discussed about it, I think I can safely apply it as fix.
When I did mx53loco board and DT support for linaro, grant's patch is not there.
But now, we can remove it.
Acked-by: Jason Liu <jason.hui@linaro.org>
for mx53loco part.
Jason
>
> Best regards,
> Stefano Babic
>
> --
> =====================================================================
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 ?Email: office at denx.de
> =====================================================================
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-16 10:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-15 22:58 [U-Boot] [PATCH] MX53: Remove CONFIG_SYS_BOOTMAPSZ from mx53 config files Fabio Estevam
2011-05-16 9:57 ` Stefano Babic
2011-05-16 10:53 ` Jason Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.