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:
Adam Green 2018-01-04 21:18:38 +00:00
parent 94a0f3d209
commit 0088ab65b6
No known key found for this signature in database
GPG Key ID: 52B701B6EF2F2E58
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -1 +0,0 @@
CONFIG_X86=y