From 462eecaef58b643cd45ca5e72931d6ccecc146b4 Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sat, 19 Dec 2015 15:40:43 +0100 Subject: [PATCH] boot.scr: more fixes for all OMAP5 devices Signed-off-by: H. Nikolaus Schaller --- Letux/boot-scr/boot-letux-cortex15.txt | 3 ++- Letux/boot-scr/boot-omap5-uevm.txt | 7 ++++--- Letux/boot-scr/boot-pyra+evm.txt | 5 +++-- Letux/boot-scr/boot-pyra+lc15-4.9.txt | 5 +++-- Letux/boot-scr/boot-pyra+lc15.txt | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Letux/boot-scr/boot-letux-cortex15.txt b/Letux/boot-scr/boot-letux-cortex15.txt index 6393506d32d..657febfd1eb 100644 --- a/Letux/boot-scr/boot-letux-cortex15.txt +++ b/Letux/boot-scr/boot-letux-cortex15.txt @@ -1,3 +1,4 @@ +echo boot.scr for LC15 standalone setenv fdtfile omap5-letux-cortex15.dtb setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel setenv kernelmmc 0 # mmc number as seen by kernel @@ -9,7 +10,7 @@ setenv PARTITIONTYPE FAT setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' # load device tree and kernel binary -fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${devicetree} +fatload mmc ${mmcdev}:${PARTITION} 0x825f0000 ${fdtfile} fatload mmc ${mmcdev}:${PARTITION} 0x80300000 uImage run mmcargs diff --git a/Letux/boot-scr/boot-omap5-uevm.txt b/Letux/boot-scr/boot-omap5-uevm.txt index 962d7207365..8364aa3f1eb 100644 --- a/Letux/boot-scr/boot-omap5-uevm.txt +++ b/Letux/boot-scr/boot-omap5-uevm.txt @@ -1,6 +1,7 @@ -setenv devicetree omap5-uevm +echo boot.scr for OMAP5432 EVM +setenv fdtfile omap5-uevm.dtb setenv mmc 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel +setenv kernelmmc 0 # mmc number as seen by kernel setenv defaultdisplay lcd setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) setenv PARTITIONTYPE FAT @@ -9,7 +10,7 @@ setenv PARTITIONTYPE FAT setenv mmcargs 'setenv bootargs elevator=noop console=ttyO2,115200n8 root=/dev/mmcblk${kernelmmc}p2 rw rootwait earlyprintk fixrtc' # load device tree and kernel binary -fatload mmc ${mmc}:${PARTITION} 0x825f0000 ${devicetree}.dtb +fatload mmc ${mmc}:${PARTITION} 0x825f0000 ${fdtfile} fatload mmc ${mmc}:${PARTITION} 0x80300000 uImage run mmcargs diff --git a/Letux/boot-scr/boot-pyra+evm.txt b/Letux/boot-scr/boot-pyra+evm.txt index 4e757cd8a03..79cd044100a 100644 --- a/Letux/boot-scr/boot-pyra+evm.txt +++ b/Letux/boot-scr/boot-pyra+evm.txt @@ -1,6 +1,7 @@ -setenv fdtfile arch/arm/boot/dts/omap5-pyra +echo boot.scr for Pyra+EVM +setenv fdtfile arch/arm/boot/dts/omap5-pyra.dtb setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel +setenv kernelmmc 0 # mmc number as seen by kernel setenv defaultdisplay lcd setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) setenv PARTITIONTYPE FAT diff --git a/Letux/boot-scr/boot-pyra+lc15-4.9.txt b/Letux/boot-scr/boot-pyra+lc15-4.9.txt index 0e1275b61dc..e3a8f4b1c13 100644 --- a/Letux/boot-scr/boot-pyra+lc15-4.9.txt +++ b/Letux/boot-scr/boot-pyra+lc15-4.9.txt @@ -1,6 +1,7 @@ -setenv fdtfile omap5-letux-cortex15-v4.9+pyra +echo boot.scr for Pyra+LC15 V4.9 +setenv fdtfile omap5-letux-cortex15-v4.9+pyra.dtb setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel +setenv kernelmmc 0 # mmc number as seen by kernel setenv defaultdisplay lcd setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) setenv PARTITIONTYPE FAT diff --git a/Letux/boot-scr/boot-pyra+lc15.txt b/Letux/boot-scr/boot-pyra+lc15.txt index 7ce5bd4c6dc..596f1ffc323 100644 --- a/Letux/boot-scr/boot-pyra+lc15.txt +++ b/Letux/boot-scr/boot-pyra+lc15.txt @@ -1,6 +1,7 @@ -setenv fdtfile omap5-letux-cortex15+pyra +echo boot.scr for Pyra+LC15 +setenv fdtfile omap5-letux-cortex15+pyra.dtb setenv mmcdev 0 # mmc number as seen by u-boot where it looks for kernel -setenv kernelmmc 1 # mmc number as seen by kernel +setenv kernelmmc 0 # mmc number as seen by kernel setenv defaultdisplay lcd setenv PARTITION 1 # partition where kernel is found (simulates the partition selection mechanism of the GTA04) setenv PARTITIONTYPE FAT -- 2.39.5