[U-Boot] [PATCH 2/3] omap5_evm.h: Move uEVM-specific choices to omap5_evm.h
Tom Rini
trini at ti.com
Mon Apr 8 18:34:37 CEST 2013
On Fri, Apr 05, 2013 at 12:21:45PM -0400, Tom Rini wrote:
> The omap5_uevm platform has eMMC, and it makes sense to say that our
> default env storage shall reside there. Other platforms may not, so
> move this choice to the EVM config. In addition, we should provide some
> way to partition the flash for later usage, so take advantage of the GPT
> partition table support code and allow that to be setup with some
> reasonable defaults.
>
> Cc: Sricharan R <r.sricharan at ti.com>
> Signed-off-by: Tom Rini <trini at ti.com>
With the following change (in addition to _evm.h -> _uevm.h):
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 10a4939..28a306b 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -28,6 +28,8 @@
#ifndef __CONFIG_DRA7XX_EVM_H
#define __CONFIG_DRA7XX_EVM_H
+#define CONFIG_ENV_IS_NOWHERE /* For now. */
+
#include <configs/omap5_common.h>
#define CONFIG_DRA7XX /* in a TI DRA7XX core */
Applied to u-boot-ti/master. And the "for now" comment is about waiting
until the platform is in some peoples hands and we can better evaluate
defaults and so forth for it.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130408/281248f8/attachment.pgp>
More information about the U-Boot
mailing list