Dear Atul Kumar,
Firstly, I'm slightly unhappy how you're deliberately ignoring anything I tell
you, especially about CCing the mailing list :-(
> Hi Marek,
>
> I have tried to add some code here to enable usbkbd that is below.
>
> -if (strcmp(stdinname, DEVNAME)) -- > replaced with bel
cmd_bootm.c: In function 'do_bootz':
cmd_bootm.c:1590:9: warning: variable 'iflag' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
This is needed after merging the pending ARM pull request.
common/cmd_bootm.c |3 +--
1 files changed, 1 insertions(+), 2 del
From: Aaron Williams
This patch fixes several issues where sector offsets can overflow due
to being limited to 16-bits. The cases where an overflow can happen
when accessing large FAT32 partitions are:
- length of FAT in sectors
- start sector of root directory
- the sector of the first clust
Indent at the same level as other struct members.
Signed-off-by: Anatolij Gustschin
---
include/part.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/part.h b/include/part.h
index 1827767..e1478f4 100644
--- a/include/part.h
+++ b/include/part.h
@@ -36,7 +36,7
On 05/19/2012 05:05 PM, Marek Vasut wrote:
why not use simple "setenv stdout usbkbd"?
he likely meant "setenv stdin usbkbd"?
Jeroen
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
On Sat, 28 Apr 2012 19:26:43 +0200
Pali Rohár wrote:
> * Do not disable and enable cursor again
>
> Signed-off-by: Pali Rohár
> ---
> drivers/video/cfb_console.c |2 --
> 1 file changed, 2 deletions(-)
Applied to u-boot-video/master after extending the commit log.
Thanks,
Anatolij
Dear Rajeshwari Shinde,
> This patch corrects the SYSREG structure.
> We have removed the sysreg.h added in the previous patchset
> version as the sysreg structure is already defined in system.h.
>
> Signed-off-by: Rajeshwari Shinde
> Acked-by: Minkyu Kang
Applying: EXYNOS5: Fix system registe
The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:
Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 5f0ffea4559abe3fc83a6023717658a50b22e66c:
8 matches
Mail list logo