diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-06-13 22:55:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-16 18:18:31 -0400 |
commit | de54630569e2d84c6c077b8bd0f700e9a8949847 (patch) | |
tree | ef0b84e0db9f1355240df62666746830108f1eae /conf | |
parent | cab5d82697954ef06ccdf2d9ba9dd8924a1c0725 (diff) | |
download | meta-ti-de54630569e2d84c6c077b8bd0f700e9a8949847.tar.gz |
am180x-evm: don't request ubi FS w/o setting MKUBIFS and UBINIZE vars
It was ignored previously, but now it breaks the build.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am180x-evm.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf index cff15656..44ca0c61 100644 --- a/conf/machine/am180x-evm.conf +++ b/conf/machine/am180x-evm.conf | |||
@@ -9,7 +9,7 @@ UBOOT_MACHINE = "da850evm_config" | |||
9 | UBOOT_ENTRYPOINT = "0xc0008000" | 9 | UBOOT_ENTRYPOINT = "0xc0008000" |
10 | UBOOT_LOADADDRESS = "0xc0008000" | 10 | UBOOT_LOADADDRESS = "0xc0008000" |
11 | 11 | ||
12 | IMAGE_FSTYPES += "tar.gz ubi" | 12 | IMAGE_FSTYPES += "tar.gz" |
13 | 13 | ||
14 | SERIAL_CONSOLE = "115200 ttyS2" | 14 | SERIAL_CONSOLE = "115200 ttyS2" |
15 | 15 | ||