]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/omap5_uevm.h
omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h
authorTom Rini <trini@ti.com>
Fri, 5 Apr 2013 06:21:45 +0000 (06:21 +0000)
committerTom Rini <trini@ti.com>
Mon, 8 Apr 2013 15:40:56 +0000 (11:40 -0400)
commit9552ee3ea96e650eb8aecd9ff8cce7dd6db7bb5f
tree1c2505bb2bde4282e51ed001f7831da62ac1c07d
parentc3d2c24f6cebd115cdc577e13520045a30ca5dc6
omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.h

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@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/dra7xx_evm.h
include/configs/omap5_common.h
include/configs/omap5_uevm.h