Mark Salter | 041cadc | 2011-10-04 12:12:20 -0400 | [diff] [blame] | 1 | /* |
| 2 | * Architecture specific OF callbacks. |
| 3 | * |
| 4 | * Copyright (C) 2011 Texas Instruments Incorporated |
| 5 | * Author: Mark Salter <msalter@redhat.com> |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License version 2 as |
| 9 | * published by the Free Software Foundation. |
| 10 | * |
| 11 | */ |
| 12 | #include <linux/init.h> |
Mark Salter | 041cadc | 2011-10-04 12:12:20 -0400 | [diff] [blame] | 13 | #include <linux/memblock.h> |
| 14 | |
Mark Salter | 041cadc | 2011-10-04 12:12:20 -0400 | [diff] [blame] | 15 | void __init early_init_dt_add_memory_arch(u64 base, u64 size) |
| 16 | { |
| 17 | c6x_add_memory(base, size); |
| 18 | } |