summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/std.mv
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2012-06-14 04:09:20 +0000
committerimp <imp@FreeBSD.org>2012-06-14 04:09:20 +0000
commit50adcf0cadce9a48327062c3de3311784fa95b97 (patch)
treea5e2b47ccc65e33c3f11031630c7bda56dec4642 /sys/arm/mv/std.mv
parentf85277a1639293c1ceac5f964b9d8796b602cd17 (diff)
downloadFreeBSD-src-50adcf0cadce9a48327062c3de3311784fa95b97.zip
FreeBSD-src-50adcf0cadce9a48327062c3de3311784fa95b97.tar.gz
Create default_parse_boot_param which, if FreeBSD /boot/loader support
is enabled, sets values based on the metadata passed in. Otherwise fake_preload_metadata is called. Change the default parse_boot_param to default_parse_boot_param. Enable this functionality only on the mv platform, which is where most of the code is from. Reviewed by: cognet, Ian Lapore
Diffstat (limited to 'sys/arm/mv/std.mv')
-rw-r--r--sys/arm/mv/std.mv1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/mv/std.mv b/sys/arm/mv/std.mv
index 6210102..6cf235c 100644
--- a/sys/arm/mv/std.mv
+++ b/sys/arm/mv/std.mv
@@ -3,3 +3,4 @@
files "../mv/files.mv"
cpu CPU_ARM9E
makeoptions CONF_CFLAGS="-march=armv5te"
+options FREEBSD_BOOT_LOADER
OpenPOWER on IntegriCloud