[U-Boot] [PATCH 2/5] am3517_evm_config options added to Makfile

From: Vaibhav Hiremath hvaibhav@ti.com
Signed-off-by: Vaibhav Hiremath hvaibhav@ti.com --- Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index bcb3fe9..d1aa8ff 100644 --- a/Makefile +++ b/Makefile @@ -3156,6 +3156,9 @@ omap3_overo_config : unconfig omap3_evm_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 evm ti omap3
+am3517_evm_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 am3517evm ti omap3 + omap3_pandora_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 pandora NULL omap3

Dear hvaibhav@ti.com,
In message 1258974509-28062-1-git-send-email-hvaibhav@ti.com you wrote:
From: Vaibhav Hiremath hvaibhav@ti.com
Signed-off-by: Vaibhav Hiremath hvaibhav@ti.com
Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
This patch must be part of the commit that adds the code. Don't split it off.
Best regards,
Wolfgang Denk

-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Tuesday, November 24, 2009 1:14 AM To: Hiremath, Vaibhav Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH 2/5] am3517_evm_config options added to Makfile
Dear hvaibhav@ti.com,
In message 1258974509-28062-1-git-send-email-hvaibhav@ti.com you wrote:
From: Vaibhav Hiremath hvaibhav@ti.com
Signed-off-by: Vaibhav Hiremath hvaibhav@ti.com
Makefile | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
This patch must be part of the commit that adds the code. Don't split it off.
[Hiremath, Vaibhav] Ok, Will fix in next version.
Thanks, Vaibhav
Best regards,
Wolfgang Denk
-- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de When the bosses talk about improving productivity, they are never talking about themselves.
participants (3)
-
Hiremath, Vaibhav
-
hvaibhav@ti.com
-
Wolfgang Denk