projects/ATV: temporary disable build of atv-bootloader

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-04 07:27:28 +02:00
parent 75b05ab9ae
commit 2c4b180efe

View File

@ -64,7 +64,6 @@
# cortex-r4f cortex-m3 cortex-m1 xscale iwmmxt iwmmxt2 ep9312.
#
TARGET_CPU="cortex-a9"
# TARGET_FPU:
# This specifies what floating point hardware (or hardware emulation) is
# available on the target. Permissible names are:
@ -85,7 +84,8 @@
LTO_SUPPORT="no"
# Bootloader to use (syslinux / u-boot / atv-bootloader)
BOOTLOADER="atv-bootloader"
# BOOTLOADER="atv-bootloader" disabled for now
BOOTLOADER=""
# Configuration for u-boot
UBOOT_CONFIG=""