aboutsummaryrefslogtreecommitdiff
path: root/96boards-b2260
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2016-11-22 07:27:19 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2016-11-22 08:52:19 +0000
commitc85d532e922c2cbc9be3f3b58290429e849de807 (patch)
tree8c4318a60965ef4653e5f9bbbe1386c3b08ec59a /96boards-b2260
parent6699dca08e21ce526f1d26d36d03fbf2a0d56088 (diff)
96boards-b2260: move u-bootroms into sub-directory 'boot'
There is a new file en route. It's a script to change the default bootrom environment file. This also mimics the set-up we have in OpenEmbedded. Change-Id: Ieb974c2242e7930f4c7b522aa9b61a011626903a Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to '96boards-b2260')
-rw-r--r--96boards-b2260/boot/b2260/u-bootrom.script (renamed from 96boards-b2260/b2260/u-bootrom.script)0
-rw-r--r--96boards-b2260/boot/b2260/u-bootrom.script-kernel (renamed from 96boards-b2260/b2260/u-bootrom.script-kernel)0
-rw-r--r--96boards-b2260/boot/b2260/u-bootrom.script-netboot (renamed from 96boards-b2260/b2260/u-bootrom.script-netboot)0
-rwxr-xr-x96boards-b2260/builders.sh2
4 files changed, 1 insertions, 1 deletions
diff --git a/96boards-b2260/b2260/u-bootrom.script b/96boards-b2260/boot/b2260/u-bootrom.script
index 745be70630..745be70630 100644
--- a/96boards-b2260/b2260/u-bootrom.script
+++ b/96boards-b2260/boot/b2260/u-bootrom.script
diff --git a/96boards-b2260/b2260/u-bootrom.script-kernel b/96boards-b2260/boot/b2260/u-bootrom.script-kernel
index 6c9c3dfae5..6c9c3dfae5 100644
--- a/96boards-b2260/b2260/u-bootrom.script-kernel
+++ b/96boards-b2260/boot/b2260/u-bootrom.script-kernel
diff --git a/96boards-b2260/b2260/u-bootrom.script-netboot b/96boards-b2260/boot/b2260/u-bootrom.script-netboot
index 4cc017a7ca..4cc017a7ca 100644
--- a/96boards-b2260/b2260/u-bootrom.script-netboot
+++ b/96boards-b2260/boot/b2260/u-bootrom.script-netboot
diff --git a/96boards-b2260/builders.sh b/96boards-b2260/builders.sh
index c6248faa62..bccf6c6023 100755
--- a/96boards-b2260/builders.sh
+++ b/96boards-b2260/builders.sh
@@ -86,7 +86,7 @@ EOF
[ "${partition}" = "2" ] && sudo mount -o loop /dev/mapper/${device} rootfs
done
- sudo cp -a configs/96boards-b2260/b2260 boot/ || true
+ sudo cp -a configs/96boards-b2260/boot/b2260 boot/ || true
sudo rm -rf rootfs/dev rootfs/boot rootfs/var/lib/apt/lists
sudo mkdir rootfs/dev rootfs/boot rootfs/var/lib/apt/lists