summaryrefslogtreecommitdiffstats
path: root/board/firefly/firefly-rk3288/sd-image.cfg
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-04-12 15:59:40 +0930
committerJoel Stanley <joel@jms.id.au>2018-04-12 15:59:40 +0930
commita8d11267c2bfad3ff410ea342778f2791982da51 (patch)
tree98f7058a6f58fc3f63d1e8bb499531a0a01e15fd /board/firefly/firefly-rk3288/sd-image.cfg
parente17668bbe3538d42b0a0fab64251e60ff6c81d68 (diff)
parent9565a37e0d2aa3c5fb9a4148760c490f2e5226d4 (diff)
downloadbuildroot-a8d11267c2bfad3ff410ea342778f2791982da51.tar.gz
buildroot-a8d11267c2bfad3ff410ea342778f2791982da51.zip
Merge tag '2018.02.1' into 2018.02-op-build2018.02-op-build
Release 2018.02.1
Diffstat (limited to 'board/firefly/firefly-rk3288/sd-image.cfg')
-rw-r--r--board/firefly/firefly-rk3288/sd-image.cfg22
1 files changed, 0 insertions, 22 deletions
diff --git a/board/firefly/firefly-rk3288/sd-image.cfg b/board/firefly/firefly-rk3288/sd-image.cfg
deleted file mode 100644
index a9eb9f0142..0000000000
--- a/board/firefly/firefly-rk3288/sd-image.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-image sdcard.img {
- hdimage {
- }
-
- partition u-boot-spl-dtb {
- in-partition-table = "no"
- image = "u-boot-spl-dtb.img"
- offset = 32K
- }
-
- partition u-boot-dtb {
- in-partition-table = "no"
- image = "u-boot-dtb.img"
- offset = 128K
- }
-
- partition rootfs {
- partition-type = 0x83
- image = "rootfs.ext4"
- size = 512M
- }
-}
OpenPOWER on IntegriCloud