~ubuntu-branches/ubuntu/precise/flash-kernel/precise-proposed

« back to all changes in this revision

Viewing changes to flash-kernel

  • Committer: Package Import Robot
  • Author(s): Oliver Grawert
  • Date: 2012-03-05 14:41:03 UTC
  • Revision ID: package-import@ubuntu.com-20120305144103-lsbaga7y7kvqqs0c
Tags: 2.28ubuntu40
set defaults for UBOOT_PART on various OMAP4 platforms if it is not set,
thanks to Tobin Davis for that fix (LP: 626749)

Show diffs side-by-side

added added

removed removed

Lines of Context:
849
849
                        "IGEP v2 board"|"OMAP3 Beagle Board")
850
850
                                check_subarch "omap"
851
851
                        ;;
852
 
                        "OMAP4430 4430SDP board" | "OMAP4430 Panda Board" | "OMAP4 Panda board")
 
852
                        "OMAP4430 Panda Board" | "OMAP4 Panda board")
853
853
                                check_subarch "omap4"
 
854
                                if [ -z "${UBOOT_PART}" ]; then
 
855
                                        export UBOOT_PART=/dev/mmcblk0p1
 
856
                                fi
854
857
                        ;;
 
858
                        "OMAP4430 4430SDP board") 
 
859
                                check_subarch "omap4"
 
860
                                if [ -z "${UBOOT_PART}" ]; then
 
861
                                        export UBOOT_PART=/dev/mmcblk1p1
 
862
                                fi
855
863
                esac
856
864
                omap_flash_kernel
857
865
        ;;