commit | fae3250a2010ea3133e5a57364436e4531784a82 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Jan 09 01:51:16 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jan 13 01:55:02 2016 +0900 |
tree | 12a1a823b8e0cf12b55ec3e04f6a8a7523ccd98e | |
parent | bfffa2c2fbbe612db8cb823e977d905b0ff64b80 [diff] |
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>