summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2011-10-14 16:06:08 -0400
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-17 15:12:13 +0200
commit98cca8ea1d324a1a59b7d96838952a579c72b419 (patch)
tree24f229ae48329f38b244a4f57361c5cfde39950a /conf/machine/include
parent3b5eced12a10a3809f60df256b8f952c2286af4d (diff)
downloadmeta-ti-98cca8ea1d324a1a59b7d96838952a579c72b419.tar.gz
am335x-evm: add machine config with corresponding ti33x SOC_FAMILY
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/ti33x.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
new file mode 100644
index 00000000..7cc694f0
--- /dev/null
+++ b/conf/machine/include/ti33x.inc
@@ -0,0 +1,13 @@
1SOC_FAMILY = "ti33x"
2
3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp"
5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r1"
7
8KERNEL_IMAGETYPE = "uImage"
9
10UBOOT_ENTRYPOINT = "0x80008000"
11UBOOT_LOADADDRESS = "0x80008000"
12
13EXTRA_IMAGEDEPENDS += "u-boot"