diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2018-07-16 15:56:11 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2018-07-19 10:49:56 +0200 |
| commit | 12308b128fa28d50c1586f60f3117f5213356756 (patch) | |
| tree | 2192eb09496e7f5874e12b5aa4e57e664843881c /lib | |
| parent | 1473b12ad0b33771ded1b2fd6b73d2cd6d73b8f7 (diff) | |
lib: fdtdec: Rename routine fdtdec_setup_memory_size()
This patch renames the routine fdtdec_setup_memory_size()
to fdtdec_setup_mem_size_base() as it now fills the
mem base as well along with size.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fdtdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 66dff0f906b..c373ddee358 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -1155,7 +1155,7 @@ int fdtdec_decode_display_timing(const void *blob, int parent, int index, return ret; } -int fdtdec_setup_memory_size(void) +int fdtdec_setup_mem_size_base(void) { int ret, mem; struct fdt_resource res; |
