diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-21 07:19:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2016-05-21 07:19:25 +0000 |
commit | 00d8752b18abbef2e7ef11d072db89bb24e5053a (patch) | |
tree | cf6ac770dc964ba95489aff9081dedd08d8209e5 /distrib/armv7/ramdisk/Makefile | |
parent | fdda933ba312bd00738a4b36959d08786e3b9254 (diff) |
Copy dtb files to miniroots and install disk. Increase the ramdisk size
and force long filenames on the first mount of fat 16 filesystems so
this works.
U-boot scripts have not yet been changed to load these files.
ok kettenis@
Diffstat (limited to 'distrib/armv7/ramdisk/Makefile')
-rw-r--r-- | distrib/armv7/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/armv7/ramdisk/Makefile b/distrib/armv7/ramdisk/Makefile index c62d3d8ac4d..4b6ff2fbb86 100644 --- a/distrib/armv7/ramdisk/Makefile +++ b/distrib/armv7/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2015/07/17 17:02:52 jsg Exp $ +# $OpenBSD: Makefile,v 1.12 2016/05/21 07:19:24 jsg Exp $ REV= ${OSrev} @@ -29,7 +29,7 @@ KERNADDR_VEXPRESSA9=0x60300000 KERNADDR_EXYNOS=0x40300000 DISKTYPE= rdroot -NBLKS= 10240 +NBLKS= 15360 # minfree, opt, b/i trks, sects, cpg NEWFSARGS= -m 0 -o space -i 4096 |