Skip to content

Commit

Permalink
drop these
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed May 11, 2015
1 parent 6e4383b commit 344ad10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion repo_maintenance/push-n-tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [ -e ${DIR}/version.sh ]; then
git tag -a "${KERNEL_TAG}-${BUILD}" -m "${KERNEL_TAG}-${BUILD}"

#push tag
echo "git push -f ${repo} \"${KERNEL_TAG}-${BUILD}\""
echo "log: git push -f ${repo} \"${KERNEL_TAG}-${BUILD}\""
git push -f ${repo} "${KERNEL_TAG}-${BUILD}"

cd ${DIR}/
Expand Down
26 changes: 0 additions & 26 deletions system.sh.sample
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,6 @@ fi
#
#LINUX_GIT=/home/user/linux-stable/

###OPTIONAL: ZRELADDR: used by mkimage when copying files to target
# with: ./tools/install_kernel.sh...
#
##For TI: OMAP3/4/AM35xx
#ZRELADDR=0x80008000
#
##For Freescale: i.mx51:
#ZRELADDR=0x90008000
#
##For Freescale: i.mx53:
#ZRELADDR=0x70008000
#
##For Freescale: i.mx6q/dl/solo:
#ZRELADDR=0x10008000
#
##For Freescale: i.mx6sl:
#ZRELADDR=0x80008000
#
##For Atmel: AT91 & SAMA5
#ZRELADDR=0x20008000
#
##For Atmel: AT91SAM9G45
#ZRELADDR=0x70008000

###OPTIONAL: MMC: (REQUIRED FOR RUNNING: tools/install_kernel.sh)
#Note: This operates on raw disks, NOT PARTITIONS..
#
Expand All @@ -58,8 +34,6 @@ fi
#
#MMC=/dev/sde

###ADVANCED:

###ADVANCED: RUN_BISECT: used with ./scripts/bisect.sh
#
#RUN_BISECT=1
Expand Down

0 comments on commit 344ad10

Please sign in to comment.