diff options
author | Chase Maupin <Chase.Maupin@ti.com> | 2013-04-01 16:07:08 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-04-02 14:14:51 -0400 |
commit | 7c7ee62e42aebca8c91d9a07300b53d3d05b9301 (patch) | |
tree | 7cb83fedf8f36d1d9fe5e5bac54be680d9276509 /conf/machine/omap5-evm.conf | |
parent | ca0f68d71b08de156c4424324466aab0ebc7296f (diff) | |
download | meta-ti-7c7ee62e42aebca8c91d9a07300b53d3d05b9301.tar.gz |
omap5-evm: update U-Boot machine to omap5 uevm
* The U-Boot config to be used in the latest code has been updated
to use omap5_uevm instead of omap5_evm.
* Update to the latest code to pickup this change and modify the
machine file as well.
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/omap5-evm.conf')
-rw-r--r-- | conf/machine/omap5-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf index 5fe39424..ba60e7cf 100644 --- a/conf/machine/omap5-evm.conf +++ b/conf/machine/omap5-evm.conf | |||
@@ -29,7 +29,7 @@ MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836" | |||
29 | # UBI: VID header offset: 2048 (aligned 2048) | 29 | # UBI: VID header offset: 2048 (aligned 2048) |
30 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" | 30 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048" |
31 | 31 | ||
32 | UBOOT_MACHINE = "omap5_evm_config" | 32 | UBOOT_MACHINE = "omap5_uevm_config" |
33 | 33 | ||
34 | # Currently removing the sgx machine feature because there is no SGX package | 34 | # Currently removing the sgx machine feature because there is no SGX package |
35 | # available for omap5 | 35 | # available for omap5 |