diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue index a00cde8cd..41f53893d 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/rescue/boot/uImage +global bootm.image.loadaddr=0x81000000 #global bootm.oftree= #global bootm.initrd= diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue-net b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue-net index a7b0329a2..ad0d479f4 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue-net +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/rescue-net @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/tftp/linux/arch/arm/boot/zImage +global bootm.image.loadaddr=0x81000000 #global bootm.oftree= #global bootm.initrd= diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system0 b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system0 index 1f30da695..e54f832b8 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system0 +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system0 @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/system0/kernel +global bootm.image.loadaddr=0x81000000 if [ -e /mnt/system0/devicetree ]; then global bootm.oftree=/mnt/system0/devicetree fi diff --git a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system1 b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system1 index aa5a77d56..b9606d9e7 100644 --- a/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system1 +++ b/arch/arm/boards/phytec-som-am335x/defaultenv-sysmocom-odu/boot/system1 @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/system1/kernel +global bootm.image.loadaddr=0x81000000 if [ -e /mnt/system1/devicetree ]; then global bootm.oftree=/mnt/system1/devicetree fi diff --git a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue index fc175c873..636ecf26b 100644 --- a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue +++ b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/rescue/boot/uImage +global bootm.image.loadaddr=0x81000000 if [ -e /mnt/rescue/devicetree ]; then global bootm.oftree=/mnt/rescue/devicetree fi diff --git a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue-net b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue-net index 9097ce303..c4000b6a3 100644 --- a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue-net +++ b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/rescue-net @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/tftp/linux/arch/arm/boot/zImage +global bootm.image.loadaddr=0x81000000 #global bootm.oftree= #global bootm.initrd= diff --git a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system0 b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system0 index eb5c7f78d..1a7be5a41 100644 --- a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system0 +++ b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system0 @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/system0/kernel +global bootm.image.loadaddr=0x81000000 if [ -e /mnt/system0/devicetree ]; then global bootm.oftree=/mnt/system0/devicetree fi diff --git a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system1 b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system1 index 4a4c18e7f..a05234963 100644 --- a/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system1 +++ b/arch/arm/boards/sysmobts/defaultenv-sysmobts/boot/system1 @@ -1,6 +1,7 @@ #!/bin/sh global bootm.image=/mnt/system1/kernel +global bootm.image.loadaddr=0x81000000 if [ -e /mnt/system1/devicetree ]; then global bootm.oftree=/mnt/system1/devicetree fi