summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index 2037df3..2248b22 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -137,7 +137,8 @@ if [ "$CNT" -ge 1 ] ; then
LOCPATH="tegra-uboot-flasher"
# assumed minimal eMMC size [in sectors of 512]
EMMC_SIZE=$(expr 1024 \* 7450 \* 2)
- BCT=apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct
+# BCT=apalis_t30_12MHz_MT41K512M8RH-125_533MHz.bct
+ BCT=Apalis_T30_2GB_800Mhz.bct
CBOOT_IMAGE=apalis_t30.img
CBOOT_IMAGE_TARGET=tegra30
else