* [flasher PATCH] Use hex (x) type argument for fdtput when writing bootdelay
@ 2014-12-04 12:02 James Thomas
[not found] ` <1417694563-17844-1-git-send-email-james.thomas-4yDnlxn2s6sWdaTGBSpHTA@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: James Thomas @ 2014-12-04 12:02 UTC (permalink / raw)
To: linux-tegra-u79uwXL29TY76Z2rM5mHXA
This ensures the correct value (-2) is set on both 32-bit and 64-bit
systems
Signed-off-by: James Thomas <james.thomas-4yDnlxn2s6sWdaTGBSpHTA@public.gmane.org>
---
tegra-uboot-flasher | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tegra-uboot-flasher b/tegra-uboot-flasher
index b71f967..69f9262 100755
--- a/tegra-uboot-flasher
+++ b/tegra-uboot-flasher
@@ -195,7 +195,7 @@ def func_flash():
cp(u_boot_dtb, u_boot_dtb_runflash)
# 0xfffffffe==-2; never delay or interrupt
- cmd = ['fdtput', '-p', '-t', 'i', u_boot_dtb_runflash, '/config', 'bootdelay', '0xfffffffe']
+ cmd = ['fdtput', '-p', '-t', 'x', u_boot_dtb_runflash, '/config', 'bootdelay', '0xfffffffe']
run(workdir, cmd)
bootcmd = ''
--
1.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [flasher PATCH] Use hex (x) type argument for fdtput when writing bootdelay
[not found] ` <1417694563-17844-1-git-send-email-james.thomas-4yDnlxn2s6sWdaTGBSpHTA@public.gmane.org>
@ 2014-12-04 16:58 ` Stephen Warren
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2014-12-04 16:58 UTC (permalink / raw)
To: James Thomas; +Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA
On 12/04/2014 05:02 AM, James Thomas wrote:
> This ensures the correct value (-2) is set on both 32-bit and 64-bit
> systems
I've applied this. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-04 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 12:02 [flasher PATCH] Use hex (x) type argument for fdtput when writing bootdelay James Thomas
[not found] ` <1417694563-17844-1-git-send-email-james.thomas-4yDnlxn2s6sWdaTGBSpHTA@public.gmane.org>
2014-12-04 16:58 ` Stephen Warren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).