summaryrefslogtreecommitdiff
path: root/strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph')
-rw-r--r--strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph b/strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph
new file mode 100644
index 00000000..2b7ce450
--- /dev/null
+++ b/strata/bsp-armv7l-altera-socfpga-devkit/u-boot@socfpga-devkit.morph
@@ -0,0 +1,9 @@
+name: u-boot@socfpga-devkit
+kind: chunk
+configure-commands:
+- make ARCH=arm socfpga_cyclone5_config
+build-commands:
+- make ARCH=arm
+install-commands:
+- mkdir -p "$DESTDIR/boot"
+- install -m 755 u-boot.img "$DESTDIR/boot"