support rt5370 AP mode.
[vuplus_openembedded] / conf / machine / include / omap3.inc
1 SOC_FAMILY = "omap3"
2
3 require conf/machine/include/tune-cortexa8.inc
4 PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
5 # Increase this everytime you change something in the kernel
6 MACHINE_KERNEL_PR = "r51"
7
8 KERNEL_IMAGETYPE = "uImage"
9
10 UBOOT_ENTRYPOINT = "0x80008000"
11 UBOOT_LOADADDRESS = "0x80008000"
12
13 # Only build u-boot, xload is optional
14 EXTRA_IMAGEDEPENDS += "u-boot"
15
16 # TI DVSDK stuff:
17 # DSPLink rebuild
18 DSPLINKDSPCFG     ?= "OMAP3530SHMEM"
19 DSPLINKGPPOS      ?= "OMAPLSP"
20 DSPLINKPLATFORM   ?= "OMAP3530"
21 DSPLINKSOC        ?= "3530"
22
23