
Dear Mike Frysinger,
In message 200907241634.33639.vapier@gentoo.org you wrote:
From 8ea84aa414e204c3259861da80d11ff7cc9fded7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger vapier@gentoo.org Date: Fri, 24 Jul 2009 15:40:52 -0400 Subject: [PATCH] unify {CONFIG_,}ENV_IS_EMBEDDED
Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED manually. While it is useful to have this available to the build system, let's do it automatically rather than forcing people to opt into it.
Signed-off-by: Mike Frysinger vapier@gentoo.org
include/configs/EB+MCF-EV123.h | 1 - include/configs/M52277EVB.h | 1 - include/configs/M5235EVB.h | 1 - include/configs/M5272C3.h | 1 - include/configs/M5275EVB.h | 1 - include/configs/M5329EVB.h | 1 - include/configs/M5373EVB.h | 1 - include/configs/M54451EVB.h | 1 - include/configs/M54455EVB.h | 1 - include/configs/M5475EVB.h | 1 - include/configs/M5485EVB.h | 1 - include/configs/OXC.h | 1 - include/configs/cobra5272.h | 1 - include/configs/pcu_e.h | 1 - include/environment.h | 33 +++++++++++++++++++++++++++------ 15 files changed, 27 insertions(+), 20 deletions(-)
Applied to "next" branch, thanks.
Best regards,
Wolfgang Denk