Signed-off-by: Larry Johnson
---
board/korat/korat.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/korat/korat.c b/board/korat/korat.c
index d5260dc..e5ec694 100644
--- a/board/korat/korat.c
+++ b/board/korat/korat.c
@@ -1,5 +1,5 @@
/*
- * (C) Copyright
Signed-off-by: Larry Johnson
---
common/cmd_bootm.c |7 ++-
common/image.c |3 +++
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 452686d..da06009 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -344,11
Robin Getz wrote:
> On Thu 2 Jul 2009 09:56, Richard Stallman pondered:
>> > Access to a network may be denied when the modification itself
>> > materially and adversely affects the operation of the network
>> > or violates the rules and protocols for communication across
>> > the n
Wolfgang Denk wrote:
> Dear Pink Boy,
>
> In message <139940.41801...@web31807.mail.mud.yahoo.com> you wrote:
>> Um... my feeling is that if one is going to declare a variable
>> inside a #ifdef then that variable ought to be called something
>> like
>>
>> int indx_CONFIG_COOL_FEATURE
>>
>> and
Kumar Gala wrote:
> I was wondering if there was any reason we avoid C99 features in u-
> boot source.
Maybe the best reason is that the Linux kernel avoids them, and staying
consistent with the Linux coding style saves a lot of time and
headaches. IMO, this is worth the occasional clumsiness th
Signed-off-by: Larry Johnson
---
common/cmd_bootm.c |7 ++-
common/image.c |3 +++
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 6fdeef4..bc38aaa 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
@@ -339,11
Minkyu Kang wrote:
> Although load address and image start address are same address,
> bootm command always does memmove.
> That is unnecessary memmove and can be taken few milliseconds
> (about 500 msec to 1000 msec).
> If skip this memmove, we can reduce the boot time.
>
> Signed-off-by: Minkyu
This patch updates the default environmental variables for the
Korat PPC 440EPx board, and makes additional minor fixes.
Signed-off-by: Larry Johnson
---
include/configs/korat.h | 84 ---
1 files changed, 50 insertions(+), 34 deletions(-)
diff
The new environment variable "korat_usbcf" selects the USB
port used by the Korat board's CompactFlash controller.
Signed-off-by: Larry Johnson
---
board/korat/korat.c | 23 ++-
doc/README.korat| 14 ++
2 files changed, 36 insertions(
9 matches
Mail list logo