ARM: uniphier: fix recommended board setting in document
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 8 Jan 2016 16:51:16 +0000 (01:51 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 12 Jan 2016 16:55:02 +0000 (01:55 +0900)
commite69514cc7087255d0e9754a9bf04129309d81ed5
tree12a1a823b8e0cf12b55ec3e04f6a8a7523ccd98e
parent93d92d46cd01fa1a885b9bff4c43e380dcbd0de4
ARM: uniphier: fix recommended board setting in document

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@socionext.com>
doc/README.uniphier