From 2e545ae6cc2651803fa5c6275d6fa1e9663abb2b Mon Sep 17 00:00:00 2001 From: Cezary Sobczak Date: Wed, 30 Mar 2022 10:01:54 +0200 Subject: [PATCH] toc.cfg: add configuration file of TOC1 U-Boot image Signed-off-by: Cezary Sobczak --- recipes-bsp/u-boot/u-boot-nezha/toc.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-nezha/toc.cfg diff --git a/recipes-bsp/u-boot/u-boot-nezha/toc.cfg b/recipes-bsp/u-boot/u-boot-nezha/toc.cfg new file mode 100644 index 0000000..fc7ed58 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-nezha/toc.cfg @@ -0,0 +1,9 @@ +[opensbi] +file = fw_dynamic.bin +addr = 0x40000000 +[dtb] +file = u-boot.dtb +addr = 0x44000000 +[u-boot] +file = u-boot.bin +addr = 0x4a000000