Use zImage instead of linuximage for kernel. Signed-off-by: Teresa Remmet <t.remmet@xxxxxxxxx> --- arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/emmc | 2 +- arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/mmc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/emmc b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/emmc index b1792a6ff060..47dc9516e6a0 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/emmc +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/emmc @@ -1,5 +1,5 @@ #!/bin/sh -global.bootm.image=/mnt/mmc1.0/linuximage +global.bootm.image=/mnt/mmc1.0/zImage global.bootm.oftree=/mnt/mmc1.0/oftree global.linux.bootargs.dyn.root="root=/dev/mmcblk1p2 rootflags='data=journal'" diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/mmc b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/mmc index 77a076df58c0..b025a578d027 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/mmc +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-physom-am335x/boot/mmc @@ -1,5 +1,5 @@ #!/bin/sh -global.bootm.image=/mnt/mmc0.0/linuximage +global.bootm.image=/mnt/mmc0.0/zImage global.bootm.oftree=/mnt/mmc0.0/oftree global.linux.bootargs.dyn.root="root=/dev/mmcblk0p2 rootflags='data=journal'" -- 2.7.4 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox