From e9c810647d11dc8fb4e453f39ea38a48345a0a97 Mon Sep 17 00:00:00 2001 From: northking-super Date: Sat, 18 Dec 2021 08:20:26 +0000 Subject: [PATCH] change uboot root Signed-off-by: northking-super --- hispark_aries/uboot/Makefile | 2 +- hispark_taurus/uboot/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hispark_aries/uboot/Makefile b/hispark_aries/uboot/Makefile index 00c932ad..5de59d8b 100755 --- a/hispark_aries/uboot/Makefile +++ b/hispark_aries/uboot/Makefile @@ -28,7 +28,7 @@ else export UBOOT_CONFIG:=$(CHIP)_config endif -NORMAL_UBOOT_DIR:=$(OSDRV_DIR)/../../../../../device/hisilicon/third_party/uboot +NORMAL_UBOOT_DIR:=$(OSDRV_DIR)/../../../../../third_party/uboot ########################################################################################## # set task diff --git a/hispark_taurus/uboot/Makefile b/hispark_taurus/uboot/Makefile index e1d17b56..9a2d70a4 100755 --- a/hispark_taurus/uboot/Makefile +++ b/hispark_taurus/uboot/Makefile @@ -28,7 +28,7 @@ else export UBOOT_CONFIG:=$(CHIP)_smp_config endif -NORMAL_UBOOT_DIR:=$(OSDRV_DIR)/../../../../../device/hisilicon/third_party/uboot +NORMAL_UBOOT_DIR:=$(OSDRV_DIR)/../../../../../third_party/uboot ########################################################################################## # set task -- Gitee