summaryrefslogtreecommitdiffstats
path: root/conf/machine/am180x-evm.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-06-27 00:18:15 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-02 15:41:16 -0400
commitb5d24149feea733a97f12c2eed2595f22982a4fe (patch)
tree74c1aa2524d5bf471600237fea0ae8c26f2ac892 /conf/machine/am180x-evm.conf
parent15b808a92754e242018e456dfa56738e3075c7ce (diff)
downloadmeta-ti-b5d24149feea733a97f12c2eed2595f22982a4fe.tar.gz
u-boot: switch from SPL/MLO to "ais" image for omapl138 SOCs
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'conf/machine/am180x-evm.conf')
-rw-r--r--conf/machine/am180x-evm.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/am180x-evm.conf b/conf/machine/am180x-evm.conf
index 3182e8a0..f83814e1 100644
--- a/conf/machine/am180x-evm.conf
+++ b/conf/machine/am180x-evm.conf
@@ -5,7 +5,9 @@
5require conf/machine/include/davinci.inc 5require conf/machine/include/davinci.inc
6require conf/machine/include/omapl138.inc 6require conf/machine/include/omapl138.inc
7 7
8UBOOT_MACHINE = "da850evm_config" 8UBOOT_MACHINE = "da850_am18xxevm_config"
9UBOOT_SUFFIX = "ais"
10
9UBOOT_ENTRYPOINT = "0xc0008000" 11UBOOT_ENTRYPOINT = "0xc0008000"
10UBOOT_LOADADDRESS = "0xc0008000" 12UBOOT_LOADADDRESS = "0xc0008000"
11 13