From 6638946f99a3e74857c296a004a1b88c6ac3c265 Mon Sep 17 00:00:00 2001 From: Ben Whitten Date: Tue, 7 Jun 2016 23:04:34 +0100 Subject: at91: Remove u-boot from platform images folder Removes the bootloader from the images section as its now in packages/boot with the others. Signed-off-by: Ben Whitten --- target/linux/at91/image/Makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux/at91/image/Makefile') diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index 767255ca3f..0a4c95de7f 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -13,16 +13,6 @@ UBI_OPTS = -m 2048 -p 128KiB -s 512 AT91SAMA5D3XPLAINED_UBIFS_OPTS = -m 2048 -e 124KiB -c 2048 AT91SAMA5D3XPLAINED_UBI_OPTS = -m 2048 -p 128KiB -s 2048 -define Build/Clean - $(MAKE) -C u-boot clean -endef - -define Build/Compile - if [ $(CONFIG_AT91_UBOOT) ]; then \ - $(MAKE) -C u-boot compile; \ - fi -endef - define Image/Prepare cp $(LINUX_DIR)/arch/arm/boot/Image $(KDIR)/Image cp $(LINUX_DIR)/arch/arm/boot/zImage $(KDIR)/zImage -- cgit v1.2.3