[U-Boot] [PATCH 2/2 v5] powerpc/p1023rds: Disable nor flash node and enable nand flash node
Wolfgang Denk
wd at denx.de
Tue Aug 30 07:24:34 CEST 2011
Dear Chunhe Lan,
In message <1314675698-9847-1-git-send-email-Chunhe.Lan at 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.
> 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";
> Signed-off-by: Chunhe Lan <Chunhe.Lan at 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!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Making files is easy under the UNIX operating system. Therefore,
users tend to create numerous files using large amounts of file
space. It has been said that the only standard thing about all UNIX
systems is the message-of-the-day telling users to clean up their
files. -- System V.2 administrator's guide
More information about the U-Boot
mailing list