Skip to content

Commit

Permalink
sdcard: pass bootrom_gpt enable
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Oct 6, 2015
1 parent 1069116 commit 06faad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/setup_sdcard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ generate_soc () {
echo "board=${board}" >> ${wfile}
echo "" >> ${wfile}
echo "bootloader_location=${bootloader_location}" >> ${wfile}
echo "bootrom_gpt=${bootrom_gpt}" >> ${wfile}
echo "" >> ${wfile}
echo "dd_spl_uboot_count=${dd_spl_uboot_count}" >> ${wfile}
echo "dd_spl_uboot_seek=${dd_spl_uboot_seek}" >> ${wfile}
Expand Down

0 comments on commit 06faad2

Please sign in to comment.