Commit c00c286231f66b08dce8c4933d65249e21df6aaa

Authored by Eric Lee
1 parent aed04bac2e

disabled coping bootloader to ota package

Showing 1 changed file with 27 additions and 0 deletions Side-by-side Diff

platform/build.git/0003-ota-disabled-coping-bootloader-to-ota-package.patch
  1 +From fae73e290ffc03221ffefc34ef8a00c96426853c Mon Sep 17 00:00:00 2001
  2 +From: Eric Lee <eric.lee@embedian.com>
  3 +Date: Sat, 28 May 2016 11:42:58 +0300
  4 +Subject: [PATCH 3/3] ota: disabled coping bootloader to ota package
  5 +
  6 +---
  7 + core/Makefile | 4 ++--
  8 + 1 file changed, 2 insertions(+), 2 deletions(-)
  9 +
  10 +diff --git a/core/Makefile b/core/Makefile
  11 +index a36bbe4..f716a57 100644
  12 +--- a/core/Makefile
  13 ++++ b/core/Makefile
  14 +@@ -1629,8 +1629,8 @@ ifdef BOARD_KERNEL_DTS
  15 + $(hide) echo "$(BOARD_KERNEL_DTS)" > $(zip_root)/BOOT/dtb
  16 + endif
  17 + ifdef DTS_PLATFORM
  18 +- $(hide) mkdir -p $(zip_root)/RADIO;
  19 +- $(hide) $(ACP) $(PRODUCT_OUT)/u-boot-$(DTS_PLATFORM).imx $(zip_root)/RADIO/bootloader.img
  20 ++ $(hide) mkdir -p $(zip_root)/RADIO;
  21 ++# $(hide) $(ACP) $(PRODUCT_OUT)/u-boot-$(DTS_PLATFORM).imx $(zip_root)/RADIO/bootloader.img
  22 + endif
  23 + $(hide) $(foreach t,$(INSTALLED_RADIOIMAGE_TARGET),\
  24 + mkdir -p $(zip_root)/RADIO; \
  25 +--
  26 +2.1.4