diff options
Diffstat (limited to 'src/mainboard/google/rush/bct')
-rw-r--r-- | src/mainboard/google/rush/bct/Makefile.inc | 4 | ||||
-rwxr-xr-x | src/mainboard/google/rush/bct/cfg2inc.sh | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainboard/google/rush/bct/Makefile.inc b/src/mainboard/google/rush/bct/Makefile.inc index e61aae4b50..1e90086949 100644 --- a/src/mainboard/google/rush/bct/Makefile.inc +++ b/src/mainboard/google/rush/bct/Makefile.inc @@ -12,10 +12,6 @@ ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## -## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc. -## bct-cfg-$(CONFIG_RUSH_BCT_CFG_EMMC) += emmc.cfg bct-cfg-$(CONFIG_RUSH_BCT_CFG_SPI) += spi.cfg diff --git a/src/mainboard/google/rush/bct/cfg2inc.sh b/src/mainboard/google/rush/bct/cfg2inc.sh index f8f3c441c4..0d0369746c 100755 --- a/src/mainboard/google/rush/bct/cfg2inc.sh +++ b/src/mainboard/google/rush/bct/cfg2inc.sh @@ -12,10 +12,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc. bct_cfg2inc() { local in_file="$1" |