summaryrefslogtreecommitdiff
path: root/distrib/armv7/miniroot/cubox/Makefile
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-05-26 00:34:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-05-26 00:34:51 +0000
commit3bf0e232ac4bf715abb1beb387d1c3f05fb185b1 (patch)
tree68f197c304db77eb75d118c341ea02a8f5e1500e /distrib/armv7/miniroot/cubox/Makefile
parentdf1b04e5ebbd86edbf64973c34d70cbf07f3f6b2 (diff)
Use a fat16 partition starting at sector 2048/1MB everywhere to simplify
things. OMAP can still load the first u-boot stage (MLO) from the fs and imx u-boot can load files off fat. The offset allows space for the u-boot images placed at raw offsets on imx and sunxi. discussed with kettenis
Diffstat (limited to 'distrib/armv7/miniroot/cubox/Makefile')
-rw-r--r--distrib/armv7/miniroot/cubox/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/distrib/armv7/miniroot/cubox/Makefile b/distrib/armv7/miniroot/cubox/Makefile
index 84ebaceee91..c0fc681ab5b 100644
--- a/distrib/armv7/miniroot/cubox/Makefile
+++ b/distrib/armv7/miniroot/cubox/Makefile
@@ -1,6 +1,4 @@
BOARD= cubox
PLATFORM=IMX
-FS=ext2fs
-PART_ID=83
.include "${.CURDIR}/../Makefile.inc"