]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Add a function to decode a named memory region
authorSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 00:58:56 +0000 (18:58 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 03:43:18 +0000 (04:43 +0100)
commit2640387148ad5e0197a8ac80c24f3473dee42a65
treebb174337344044010875651980e4562dacad08a1
parent41f09bbe594aac18fea208423494729d52b85eee
fdt: Add a function to decode a named memory region

Permit decoding of a named memory region from the device tree. This allows
easy run-time configuration of the address of on-chip SRAM, SDRAM, etc.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@ti.com>
include/fdtdec.h
lib/fdtdec.c