[PATCH 10/13] board: librem5: add SPL loader configuration

Angus Ainslie angus at akkea.ca
Mon Jan 17 16:11:44 CET 2022


Initial commit of the Librem5 SPL loader configuration

Signed-off-by: Angus Ainslie <angus at akkea.ca>
---
 board/purism/librem5/imximage-8mq-lpddr4.cfg | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 board/purism/librem5/imximage-8mq-lpddr4.cfg

diff --git a/board/purism/librem5/imximage-8mq-lpddr4.cfg b/board/purism/librem5/imximage-8mq-lpddr4.cfg
new file mode 100644
index 0000000000..90573be5fd
--- /dev/null
+++ b/board/purism/librem5/imximage-8mq-lpddr4.cfg
@@ -0,0 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * Copyright 2021 NXP
+ */
+
+#define __ASSEMBLY__
+
+BOOT_FROM	sd
+LOADER		u-boot-spl-ddr.bin	0x7E1000
-- 
2.25.1



More information about the U-Boot mailing list