u-boot-brain/arch/arm
Masahiro Yamada 7a3620b246 ARM: UniPhier: detect the number of flash banks at run-time
Some UniPhier boards are equipped with an expansion slot that
some optional SRAM/NOR-flash cards can be attached to.  So, run-time
detection of the number of flash banks would be more user-friendly.

Until this commit, UniPhier boards have achieved this by (ab)using
board_flash_wp_on() because the boot failed if flash_size got zero.
Fortunately, this problem was solved by commit 70879a9256 (flash:
do not fail even if flash_size is zero).

Now it is possible to throw away such a tricky workaround.  This
commit also enables CONFIG_SYS_MAX_FLASH_BANKS_DETECT for further
refactoring.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-12-09 00:08:33 +09:00
..
cpu ARM: UniPhier: detect the number of flash banks at run-time 2014-12-09 00:08:33 +09:00
dts ARM: UniPhier: add device tree sources for PH1-sLD3 2014-12-09 00:08:26 +09:00
imx-common arm: imx: stop sata on boot 2014-11-24 12:10:08 +01:00
include ARM: UniPhier: detect the number of flash banks at run-time 2014-12-09 00:08:33 +09:00
lib Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-11-24 17:05:11 -05:00
mvebu-common arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() 2014-10-23 09:59:21 -04:00
config.mk kconfig: delete redundant CONFIG_${ARCH} definition 2014-07-30 14:42:02 -04:00
Kconfig ARM: UniPhier: enable Device Tree control 2014-11-28 02:21:01 +09:00
Kconfig.debug arm: debug: add Kconfig entries for lowlevel debug 2014-10-26 22:23:12 +01:00