Drop Version.mk

This is not used for a long time.

Change-Id: I18d2e57d3032dbd45dfd9ca393943c6c6e390563
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
This commit is contained in:
Jeffy Chen
2022-04-26 15:07:56 +08:00
parent 0fa85a617e
commit 13092eb306
2 changed files with 0 additions and 11 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
#MODEL NAME
export RK_MODEL=RKXXXX_RETROGAME
#SOFT VERSION
export RK_VERSION=V1.0.0
#OTA HOST
export RK_OTA_HOST=172.16.21.205:8080

View File

@ -95,7 +95,6 @@ if [ ! -L "$BOARD_CONFIG" -a "$1" != "lunch" ]; then
fi
unset_board_config_all
[ -L "$BOARD_CONFIG" ] && source $BOARD_CONFIG
source device/rockchip/common/Version.mk
function prebuild_uboot()
{