diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-10-14 16:06:08 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-17 15:12:13 +0200 |
commit | 98cca8ea1d324a1a59b7d96838952a579c72b419 (patch) | |
tree | 24f229ae48329f38b244a4f57361c5cfde39950a /conf/machine/include/ti33x.inc | |
parent | 3b5eced12a10a3809f60df256b8f952c2286af4d (diff) | |
download | meta-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/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 13 |
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 @@ | |||
1 | SOC_FAMILY = "ti33x" | ||
2 | |||
3 | require conf/machine/include/tune-cortexa8.inc | ||
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti33x-psp" | ||
5 | # Increase this everytime you change something in the kernel | ||
6 | MACHINE_KERNEL_PR = "r1" | ||
7 | |||
8 | KERNEL_IMAGETYPE = "uImage" | ||
9 | |||
10 | UBOOT_ENTRYPOINT = "0x80008000" | ||
11 | UBOOT_LOADADDRESS = "0x80008000" | ||
12 | |||
13 | EXTRA_IMAGEDEPENDS += "u-boot" | ||