]> git.baikalelectronics.ru Git - uboot.git/commit
fdtdec: support multiple phandles in memory carveout
authorLaurentiu Tudor <laurentiu.tudor@nxp.com>
Fri, 3 Apr 2020 10:43:03 +0000 (13:43 +0300)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Apr 2020 14:07:58 +0000 (08:07 -0600)
commit3ed0a0eabd9a09c5c06525ed637cfcf45b336bfc
treeff846bc4c0caf56aa610472bea05653ff844a1a4
parentf327dd53638bb8eca5e51d233f0b627ca0833841
fdtdec: support multiple phandles in memory carveout

fdtdec_set_carveout() is limited to only one phandle. Fix this
limitation by adding support for multiple phandles.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c