Skip to content

Commit 2449108

Browse files
committed
cleanup
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 0a9d64a commit 2449108

File tree

1 file changed

+1
-46
lines changed

1 file changed

+1
-46
lines changed

build.sh

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -e
22
#
3-
# Copyright (c) 2010-2020 Robert Nelson <robertcnelson@gmail.com>
3+
# Copyright (c) 2010-2022 Robert Nelson <robertcnelson@gmail.com>
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -664,16 +664,6 @@ build_uboot_wip () {
664664
fi
665665
}
666666

667-
build_uboot_eabi () {
668-
if [ "x${uboot_config}" = "x" ] ; then
669-
uboot_config="${board}_defconfig"
670-
fi
671-
gcc_6_arm
672-
build_uboot_old
673-
build_uboot_stable
674-
build_uboot_testing
675-
}
676-
677667
build_uboot_gnueabihf () {
678668
if [ "x${uboot_config}" = "x" ] ; then
679669
uboot_config="${board}_defconfig"
@@ -685,41 +675,6 @@ build_uboot_gnueabihf () {
685675
build_uboot_wip
686676
}
687677

688-
build_uboot_gnueabihf_only_old () {
689-
if [ "x${uboot_config}" = "x" ] ; then
690-
uboot_config="${board}_defconfig"
691-
fi
692-
gcc_6_arm
693-
build_uboot_old
694-
}
695-
696-
build_uboot_gnueabihf_only_stable () {
697-
if [ "x${uboot_config}" = "x" ] ; then
698-
uboot_config="${board}_defconfig"
699-
fi
700-
gcc_6_arm
701-
build_uboot_stable
702-
}
703-
704-
always_stable_n_testing () {
705-
cleanup
706-
if [ ! "x${build_stable}" = "x" ] ; then
707-
build_stable="true"
708-
fi
709-
if [ ! "x${uboot_testing}" = "x" ] ; then
710-
build_testing="true"
711-
fi
712-
build_uboot_gnueabihf
713-
}
714-
715-
always_testing () {
716-
cleanup
717-
if [ ! "x${uboot_testing}" = "x" ] ; then
718-
build_testing="true"
719-
fi
720-
build_uboot_gnueabihf
721-
}
722-
723678
am335x_evm () {
724679
cleanup
725680
# build_old="true"

0 commit comments

Comments
 (0)