From 340af0c1c0301e53a0a9956b238794694eaa8468 Mon Sep 17 00:00:00 2001 From: Martin Thomas Date: Sun, 26 Jul 2015 00:40:07 +0200 Subject: u-boot for BananaPro pls. check target/arm/kernel/banana-pro if CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_SUNXI=y make sense together Signed-off-by: Martin Thomas --- package/u-boot-git/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/u-boot-git/Makefile') diff --git a/package/u-boot-git/Makefile b/package/u-boot-git/Makefile index c2fb1d8f1..32ea30991 100644 --- a/package/u-boot-git/Makefile +++ b/package/u-boot-git/Makefile @@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= u-boot-git PKG_VERSION:= 3bfe3ce2a6e3b04da1d04dbc0520dcc26e17f98a -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= portable bootloader PKG_SECTION:= base/boot HOST_BUILDDEP:= openssl-host device-tree-compiler-host @@ -67,6 +67,7 @@ do-build: u-boot-git-install: $(CP) $(WRKBUILD)/$(UBOOT) $(FW_DIR) $(INSTALL_DIR) $(IDIR_U_BOOT_GIT)/etc + #$(INSTALL_DIR) $(IDIR_U_BOOT_GIT)/boot $(CP) ./files/fw_env.config $(IDIR_U_BOOT_GIT)/etc $(INSTALL_DIR) $(IDIR_U_BOOT_GIT)/usr/bin #$(INSTALL_BIN) $(WRKBUILD)/tools/env/fw_printenv \ @@ -74,6 +75,7 @@ u-boot-git-install: #(cd $(IDIR_U_BOOT_GIT)/usr/bin && ln -sf fw_printenv fw_setenv) #$(INSTALL_BIN) ./files/uboot_print_env $(IDIR_U_BOOT_GIT)/usr/bin #$(INSTALL_BIN) ./files/uboot_set_env $(IDIR_U_BOOT_GIT)/usr/bin + $(INSTALL_BIN) ./files/boot.script.bpi $(FW_DIR) include $(ADK_TOPDIR)/mk/host-bottom.mk include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3