summaryrefslogtreecommitdiff
path: root/arch/arc
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@linaro.org>2013-08-28 21:18:32 +0100
committerIshan Mittal <imittal@nvidia.com>2014-04-30 11:39:02 +0530
commite8188ec56f073815820652b4fc06d866f56fb3bc (patch)
treed3c25877820efef902d6e7c353e3720602a37b82 /arch/arc
parent7c6af0387f43897dcebe509e23e3032478bf18cf (diff)
of: consolidate definition of early_init_dt_alloc_memory_arch()
Most architectures use the same implementation. Collapse the common ones into a single weak function that can be overridden. (cherry picked from commit a1727da599ad030ccaf4073473fd235c8ee28219) Change-Id: I5cfcac67b98407f8e4c4dcb89829f2a8e0d1b88b Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/kernel/devtree.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arc/kernel/devtree.c b/arch/arc/kernel/devtree.c
index bdee3a812052..2340af0e1d6f 100644
--- a/arch/arc/kernel/devtree.c
+++ b/arch/arc/kernel/devtree.c
@@ -18,12 +18,6 @@
#include <asm/clk.h>
#include <asm/mach_desc.h>
-/* called from unflatten_device_tree() to bootstrap devicetree itself */
-void * __init early_init_dt_alloc_memory_arch(u64 size, u64 align)
-{
- return __va(memblock_alloc(size, align));
-}
-
/**
* setup_machine_fdt - Machine setup when an dtb was passed to the kernel
* @dt: virtual address pointer to dt blob