From: Anand Moon <linux.amoon@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: exynos: odroid: Fix the confict scripaddr extra env setting
Date: Fri, 24 May 2019 08:51:33 +0000 [thread overview]
Message-ID: <20190524085133.1261-1-linux.amoon@gmail.com> (raw)
Fix the confict of scriptaddr address with ramdisk_addr_r used
in EXTRA_ENV_SETTINGS.
Signed-off-by: Anand Moon <linux.amoon@gmail.com>
---
Prevoius patch:
[0] https://marc.info/?l=u-boot&m=155411969503169&w=2
changes from prevoius changes:
drop: "pxefile_addr_r=0x51000000\0" \
U-Boot 2019.07-rc2-00199-g40920bdecc4-dirty (May 24 2019 - 06:39:42 +0000)
CPU: Exynos4412 @ 1 GHz
Model: Odroid based on Exynos4412
Type: u3
DRAM: 2 GiB
LDO20 at VDDQ_EMMC_1.8V: set 1800000 uV; enabling
LDO22 at VDDQ_EMMC_2.8V: set 2800000 uV; enabling
LDO21 at TFLASH_2.8V: set 2800000 uV; enabling
MMC: SAMSUNG SDHCI: 1, EXYNOS DWMMC: 0
Loading Environment from MMC... Card did not respond to voltage select!
*** Warning - No block device, using default environment
Net: No ethernet found.
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
Scanning mmc 1:1...
Found U-Boot script /boot/boot.scr
775 bytes read in 5 ms (151.4 KiB/s)
6688712 bytes read in 229 ms (27.9 MiB/s)
72645 bytes read in 41 ms (1.7 MiB/s)
6611360 bytes read in 227 ms (27.8 MiB/s)
Kernel image @ 0x41000000 [ 0x000000 - 0x660fc8 ]
Booting using the fdt blob at 0x40800000
Loading Ramdisk to 4f9b1000, end 4ffff1a0 ... OK
Loading Device Tree to 4f99c000, end 4f9b0bc4 ... OK
---
include/configs/odroid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/odroid.h b/include/configs/odroid.h
index 9f2d43e3fa3..04bed6b0160 100644
--- a/include/configs/odroid.h
+++ b/include/configs/odroid.h
@@ -168,7 +168,7 @@
"consoleoff=set console console=ram; save; reset\0" \
"initrdname=uInitrd\0" \
"ramdisk_addr_r=0x42000000\0" \
- "scriptaddr=0x42000000\0" \
+ "scriptaddr=0x50000000\0" \
"fdt_addr_r=0x40800000\0" \
"kernel_addr_r=0x41000000\0" \
BOOTENV
--
2.21.0
next reply other threads:[~2019-05-24 8:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-24 8:51 Anand Moon [this message]
2019-05-29 8:45 ` [U-Boot] [PATCH] arm: exynos: odroid: Fix the confict scripaddr extra env setting Krzysztof Kozlowski
2019-05-30 7:11 ` Anand Moon
2019-06-03 7:32 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190524085133.1261-1-linux.amoon@gmail.com \
--to=linux.amoon@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.