9
0
Fork 0
barebox/drivers/of
Antony Pavlov 74c4acea0d of: separate out "generic" memory bank adding
This patch separates out the "generic" memory
segment registration function (of_add_memory_bank())
from of_add_memory().
The MIPS architecture has different view on memory
resources than the ARM and PPC architectures
so the "generic" of_add_memory_bank() is
unusable for the MIPS architecture.
We can add MIPS-specific of_add_memory_bank()
into arch/mips code.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-05-13 21:17:10 +02:00
..
Kconfig of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
Makefile of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
base.c of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
fdt.c of: remove unused libfdt 2013-03-06 11:41:29 +01:00
gpio.c of: fix typos 2013-04-26 07:28:02 +02:00
mem_generic.c of: separate out "generic" memory bank adding 2013-05-13 21:17:10 +02:00
of_net.c of/net: Add net related of helpers 2013-04-04 23:23:41 +02:00
partition.c of: partitions: create bb device for nand flashes 2013-04-22 09:25:37 +02:00