From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 6 Jul 2017 21:58:37 -0600 Subject: [U-Boot] [PATCH 4/5] test: overlay: Add unit test for stacked overlay In-Reply-To: <1498839782-4702-5-git-send-email-pantelis.antoniou@konsulko.com> References: <1498839782-4702-1-git-send-email-pantelis.antoniou@konsulko.com> <1498839782-4702-5-git-send-email-pantelis.antoniou@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 30 June 2017 at 10:23, Pantelis Antoniou wrote: > Verify that stacked overlays work. > > Signed-off-by: Pantelis Antoniou > --- > test/overlay/Makefile | 1 + > test/overlay/cmd_ut_overlay.c | 34 ++++++++++++++++++++++++++++++- > test/overlay/test-fdt-overlay-stacked.dts | 21 +++++++++++++++++++ > 3 files changed, 55 insertions(+), 1 deletion(-) > create mode 100644 test/overlay/test-fdt-overlay-stacked.dts Reviewed-by: Simon Glass