Re: [U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-27 Thread Amit Virdi
Stefan, Can't you just remove this config.mk file completely? CONFIG_SYS_TEXT_BASE can be moved to the config header instead. What else is this file needed for? Could you please explain which config header you are referring to here? Do you mean include/configs/spear. ? Yes. For

Re: [U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-26 Thread Amit Virdi
Dear Stefan, diff --git a/board/spear/spear300/config.mk b/board/spear/spear300/config.mk index 5848ef8..0706430 100644 --- a/board/spear/spear300/config.mk +++ b/board/spear/spear300/config.mk @@ -25,15 +25,4 @@ CONFIG_SYS_TEXT_BASE = 0x0070 -ALL-y += $(obj)u-boot.img - -# Environment

Re: [U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-26 Thread Stefan Roese
Hi Amit, On Monday 26 March 2012 14:10:04 Amit Virdi wrote: +++ b/board/spear/spear300/config.mk @@ -25,15 +25,4 @@ CONFIG_SYS_TEXT_BASE = 0x0070 -ALL-y += $(obj)u-boot.img - -# Environment variables in NAND -ifeq ($(ENV),NAND) -PLATFORM_RELFLAGS +=

[U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-07 Thread Amit Virdi
From: Vipin KUMAR vipin.ku...@st.com spear3xx and 6xx boards can be compiled in following configurations 1. Environment placed in NAND 2. console on usb device 3. console on usb device with environment placed in NAND Also, renaming the include/configs/spearxxx.h files to spear3xx_evb.h,

Re: [U-Boot] [PATCH 08/25] SPEAr: Add configuration options for spear3xx and spear6xx boards

2012-03-07 Thread Stefan Roese
On Wednesday 07 March 2012 13:03:57 Amit Virdi wrote: From: Vipin KUMAR vipin.ku...@st.com spear3xx and 6xx boards can be compiled in following configurations 1. Environment placed in NAND 2. console on usb device 3. console on usb device with environment placed in NAND Also, renaming