How did you verified that your environment get saved?
What is the result of running the 'flinfo'?
Is CONFIG_ENV_OVERWRITE defined in your board file?
Kind regards,
Andrejs Cainikovs.
Suresh Bhaskaran wrote:
> Hello,
>
> I have a question relating to doing saveenv from the u-boot command line
> (a
On Fri, Oct 3, 2008 at 6:39 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> This is your opinion. I think you cannot really speak for others. I
> think you should ask the respective maintainers of the code first
> before changing their code.
I think the MAINTAINERS file might be out of date
Hi eric,
Eric Nelson wrote:
> Hello all,
>
> I've recently been looking into a problem loading files from a FAT32
> filesystem
> and (re)discovered that there are issues with this code.
>
> Some of the symptoms are related to problems discussed in a thread back in
> April titled "USB SUPPORT & ge
On Sunday 05 October 2008, Timur Tabi wrote:
> On Fri, Oct 3, 2008 at 6:39 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> > This is your opinion. I think you cannot really speak for others. I
> > think you should ask the respective maintainers of the code first
> > before changing their code.
Mark Jackson <[EMAIL PROTECTED]> wrote:
> Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
> Also fixed default uImage location.
>
> Signed-off-by: Mark Jackson <[EMAIL PROTECTED]>
Applied to avr32 next, thanks.
Haavard
___
U-Boot
RB-tree support on U-Boot
Now it's used at UBI module. Of course other modules can use it.
Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
---
diff --git a/include/linux/rbtree.h b/include/linux/rbtree.h
new file mode 100644
index 000..a4956c4
--- /dev/null
+++ b/include/linux/rbtree.h
@@ -0
I'm not sure calloc returns all zero values.
Actually the calloc uses the __libc_alloc.
Instead of ambiguity, it uses the correct kzalloc.
Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
---
diff --git a/include/linux/mtd/compat.h b/include/linux/mtd/compat.h
index 9036b74..840de4c 100644
--- a/
Mike and Cliff,
This I2C patch converts some I2C functions t inline, but in the case
of blackfin and pxa, it removes the PRINTD() call as well. If you're
okay with that, please ACK this patch.
You can find the original patch in the mailing list archive here:
http://lists.denx.de/pipermail/u-boot
Andy Fleming wrote:
> From: Haiying Wang <[EMAIL PROTECTED]>
>
> Change UEC phy interface from GMII to RGMII on MPC8568MDS board
>
> Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
> but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works
> more sta
richardretanubun wrote:
> Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
> Six eth interface is chosen because the platform I am using combines
> UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
>
> Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]>
Bartlomiej Sieka wrote:
> Enforce millisecond semantics of the first argument to NetSetTimeout() --
> the change is transparent for well-behaving boards (CFG_HZ == 1000 and
> get_timer() countiing in milliseconds).
>
> Rationale for this patch is to enable millisecond granularity for
> network-rela
Bartlomiej Sieka wrote:
> There are two aspects of a TFTP transfer involving timeouts:
> 1. timeout waiting for initial server reply after sending RRQ
> 2. timeouts while transferring actual data from the server
>
> Since the upcoming auto-update feature attempts a TFTP download during each
> boot,
I am using 1.3.2, and discovered that the params randomly got lost. This does
not happen every time, but does happen from time to time. I can not repliably
reproduce it. Any hints? I am using a TI6446 EVM. Someone over at the TI
mailing list suggests that the size of params is bigger than the pa
Hi,
Is there any version of u-boot that can display a logo for TI DM6446 EVM?
I looked at the code, it seems that the video device hw_init() needs to be
implemented.
T.I.A
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/m
Wolfgang Denk schrieb:
> Hi everybody,
>
> here some custodian news:
>
> 1) Kyungmin Park is now custodian for the (new) "u-boot-ubi" reposi-
>tory where UBI related work will be added. Thanks to Kyungmin Park
>for volunteering.
>
> 2) Anatolij Gustschin is now custodian for the "u-boot
15 matches
Mail list logo