diff options
author | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-08-22 05:50:18 +0000 |
---|---|---|
committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2015-08-22 05:50:18 +0000 |
commit | 6aabc119b6e4a0310cd41b807b543ad495cc0dda (patch) | |
tree | 80d83f2737cf72f74148d576621482cfdacbea7a /sys/conf/options.powerpc | |
parent | c4f0631f19a17e8c00cfc6fd92241f27e6dfb818 (diff) |
Create a RouterBoard platform and use it to create a flash map
Summary:
The RouterBoard uses a predefined partition map which doesn't exist in the fdt.
This change allows overriding the fdt slicer with a custom slicer, and uses this
custom slicer to define the flash map on the RouterBoard RB800.
D3305 converts the mpc85xx platform into a base class, so that systems based on
the mpc85xx platform can add their own overrides. This change builds on D3305,
and creates a RouterBoard (RB800) platform to initialize the slicer override.
Reviewed By: nwhitehorn, imp
Differential Revision: https://reviews.freebsd.org/D3345
Notes
Notes:
svn path=/head/; revision=287013
Diffstat (limited to 'sys/conf/options.powerpc')
-rw-r--r-- | sys/conf/options.powerpc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index e3f024dd6a65..4926947c7da7 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -32,3 +32,4 @@ OFWCONS_POLL_HZ opt_ofw.h # AGP debugging support AGP_DEBUG opt_agp.h +MIKROTIK |