
On Tue, 30 Aug 2011 13:24:34 +0800, Wolfgang Denk wd@denx.de wrote:
Dear Chunhe Lan,
In message 1314675698-9847-1-git-send-email-Chunhe.Lan@freescale.com you wrote: ...
status = "okay";
...
When booting from nor flash, the status of nor node is null that means it
Description does not match code.
I rewrite it.
is enabled and the status of nand node is disabled in the default dts file,
...
But, when booting from nand flash, need to do some operations:
o the status of nor node should be disabled. o the status of nand node should be enabled.
Make this:
o Disable the NOR node by setting status = "disabled"; o Enable the NAND node by setting status = "okay";
I rewrite it.
Signed-off-by: Chunhe Lan Chunhe.Lan@freescale.com
board/freescale/p1023rds/p1023rds.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
This is patch v5, but there is no change log. This is MANDATORY!
OK. Thanks.
-Jack Lan
Best regards,
Wolfgang Denk