32241116c8
We have a special case for Xtensa, which was patching the generic device_table.txt. Instead of doing this, we just keep a copy of the device table, specific to Xtensa, with Xtensa specifities. The fact that the patch wasn't applying anymore on the generic device table is a sign that the existing approach wasn't working anyway. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 lines
122 B
Makefile
5 lines
122 B
Makefile
ifeq ($(BR2_TARGET_AVR32_ATNGW100_BASE),y)
|
|
UBOOT_BOARD_NAME:=atngw100
|
|
TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
|
|
endif
|