u-boot: Add PSP version for am387x-evm
[openembedded.git] / conf / machine / adb4000.conf
blobfdc7cc26fbdc80207b5dfc1f76ff7ff08ece74f7
1 #@TYPE: Machine
2 #@Name: In-Circuit STK ADB4000 Starter Kit
3 #@DESCRIPTION: Machine configuration for the STK ADB4000 board with AT91SAM9G45 processor
5 include conf/machine/include/at91-2.6.30.inc
6 include conf/machine/include/at91-lcd.inc
8 PREFERRED_VERSION_linux = "2.6.33"
10 # Has linux config file in OpenEmbedded
12 LINUX26_DEFCONFIG = "at91sam9g45ek_defconfig"
14 # Supported u-boot machines
15 #UBOOT_MACHINE = "at91sam9m10g45ek_dataflash_cs0_config"
16 UBOOT_MACHINE = "icnova_arm9sodimm_config"
17 UBOOT_ENTRYPOINT = "0x70008000"
19 AT91BOOTSTRAP_BOARD = "at91sam9g45df at91sam9g45ek at91sam9g45nf"
21 MACHINE_FEATURES += "usbhost"