mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
u-boot: cleanup previous changes that where added for amlogic
projects but are now no longer needed due to u-boot-tools-aml
This commit is contained in:
parent
94a0f3d209
commit
0088ab65b6
@ -39,12 +39,6 @@ case "$PROJECT" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
make_host() {
|
|
||||||
make mrproper
|
|
||||||
make dummy_x86_config
|
|
||||||
make tools-only
|
|
||||||
}
|
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
if [ -z "$UBOOT_SYSTEM" ]; then
|
if [ -z "$UBOOT_SYSTEM" ]; then
|
||||||
echo "UBOOT_SYSTEM must be set to build an image"
|
echo "UBOOT_SYSTEM must be set to build an image"
|
||||||
@ -56,11 +50,6 @@ make_target() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_host() {
|
|
||||||
mkdir -p $TOOLCHAIN/bin
|
|
||||||
cp tools/mkimage $TOOLCHAIN/bin
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
makeinstall_target() {
|
||||||
mkdir -p $INSTALL/usr/share/bootloader
|
mkdir -p $INSTALL/usr/share/bootloader
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
CONFIG_X86=y
|
|
Loading…
x
Reference in New Issue
Block a user