[U-Boot] [PATCH 7/7] ARM: uniphier: fix recommended board setting in document

Masahiro Yamada yamada.masahiro at socionext.com
Fri Jan 8 17:51:16 CET 2016


The mem_is_flash() in arch/arm/mach-uniphier/micro-support_card.c
writes/reads the tail of each NOR flash bank to check if the device
really resides there.

If CS1_SPLIT were enabled, the support card would always require two
NOR flash devices to be inserted for the correct NOR detection.
This is not probably what we want.

Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
---

 doc/README.uniphier | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/README.uniphier b/doc/README.uniphier
index f0f5346..bce70cf 100644
--- a/doc/README.uniphier
+++ b/doc/README.uniphier
@@ -119,7 +119,7 @@ The recommended bit switch settings are as follows:
 
  SW8    OFF(1)/ON(0)   Description
  ------------------------------------------
- bit 1    ---->        CS1_SPLIT
+ bit 1    <----        CS1_SPLIT
  bit 2    <----        CASE9_ON
  bit 3    <----        CASE10_ON
  bit 4  Don't Care     Reserve
-- 
1.9.1



More information about the U-Boot mailing list