mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +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
|
||||
|
||||
make_host() {
|
||||
make mrproper
|
||||
make dummy_x86_config
|
||||
make tools-only
|
||||
}
|
||||
|
||||
make_target() {
|
||||
if [ -z "$UBOOT_SYSTEM" ]; then
|
||||
echo "UBOOT_SYSTEM must be set to build an image"
|
||||
@ -56,11 +50,6 @@ make_target() {
|
||||
fi
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
mkdir -p $TOOLCHAIN/bin
|
||||
cp tools/mkimage $TOOLCHAIN/bin
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p $INSTALL/usr/share/bootloader
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
CONFIG_X86=y
|
Loading…
x
Reference in New Issue
Block a user