2008-03-06 19:59:14 +01:00
|
|
|
ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
|
2009-01-03 17:10:50 +01:00
|
|
|
LINUX_BOARD_NAME:=at91sam9261ek
|
|
|
|
ifeq ($(U_BOOT_VERSION),1.2.0-atmel)
|
|
|
|
UBOOT_BOARD_NAME:=at91sam9261ek
|
|
|
|
else
|
2009-01-02 12:18:09 +01:00
|
|
|
ifneq ($(BR2_TARGET_UBOOT_BOOTSOURCE_DATAFLASHCARD),)
|
|
|
|
UBOOT_BOARD_NAME:=at91sam9261ek_dataflash_cs0
|
2009-01-03 17:10:50 +01:00
|
|
|
# use CS0 since we have to route CS0 to the SDcard
|
|
|
|
# to allow boot from a card.
|
|
|
|
# Note possible conflict with CS3 which needs to be
|
|
|
|
# disabled both in U-Boot and in Linux
|
2009-01-02 12:18:09 +01:00
|
|
|
endif
|
2009-01-03 17:10:50 +01:00
|
|
|
|
2009-01-02 12:18:09 +01:00
|
|
|
ifneq ($(BR2_TARGET_UBOOT_BOOTSOURCE_DATAFLASH),)
|
|
|
|
UBOOT_BOARD_NAME:=at91sam9261ek_dataflash_cs0
|
|
|
|
endif
|
2009-01-03 17:10:50 +01:00
|
|
|
|
2009-01-02 12:18:09 +01:00
|
|
|
ifneq ($(BR2_TARGET_UBOOT_BOOTSOURCE_NANDFLASH),)
|
|
|
|
UBOOT_BOARD_NAME:=at91sam9261ek_nandflash
|
|
|
|
endif
|
2007-07-17 14:19:56 +02:00
|
|
|
endif
|
2009-01-03 17:10:50 +01:00
|
|
|
endif
|