summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2013-06-05 23:53:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-06 17:25:20 +0200
commit911a2081a3d2a0decd75ad46bdae3d22694a4a98 (patch)
tree85897d6fabbcc7742e19a66b4a212eb0e2043fd6 /boot
parentf397d2ce9e42c7b37a5707057482fecf21aec13e (diff)
downloadbuildroot-novena-911a2081a3d2a0decd75ad46bdae3d22694a4a98.tar.gz
buildroot-novena-911a2081a3d2a0decd75ad46bdae3d22694a4a98.zip
x-loader: remove useless comment
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/xloader/xloader.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk
index b15d9b9ad..bb9925952 100644
--- a/boot/xloader/xloader.mk
+++ b/boot/xloader/xloader.mk
@@ -24,11 +24,6 @@ endef
$(eval $(generic-package))
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
ifeq ($(BR2_TARGET_XLOADER),y)
# we NEED a board name unless we're at make source
ifeq ($(filter source,$(MAKECMDGOALS)),)