diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-02-28 16:42:14 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-02-28 16:42:14 +0000 |
| commit | 9880e240b315a2e4af9c3492105b6374ad02842d (patch) | |
| tree | 96ac517ca36d66e5ae6f3f6aeaf421ece33ab545 /sys/gnu | |
| parent | 0f72dae77435fe07e4b4d4cc8be13879569c004d (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/dts/FreeBSD-list | 1 | ||||
| -rw-r--r-- | sys/gnu/dts/FreeBSD-upgrade | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/gnu/dts/FreeBSD-list b/sys/gnu/dts/FreeBSD-list index d291ca781e35..ececc2be1e55 100644 --- a/sys/gnu/dts/FreeBSD-list +++ b/sys/gnu/dts/FreeBSD-list @@ -64,6 +64,7 @@ src/arm/sama5d3_uart.dtsi src/arm/sama5d3xcm.dtsi src/arm/sama5d3xdm.dtsi src/arm/sama5d3xmb.dtsi +src/arm/skeleton.dtsi src/arm/tny_a9260.dts src/arm/tny_a9260_common.dtsi src/arm/tny_a9263.dts diff --git a/sys/gnu/dts/FreeBSD-upgrade b/sys/gnu/dts/FreeBSD-upgrade index 90a36799bb38..6e8231cbc7c9 100644 --- a/sys/gnu/dts/FreeBSD-upgrade +++ b/sys/gnu/dts/FreeBSD-upgrade @@ -13,7 +13,7 @@ # all of them. This means we have an 'opt in' list rather than an 'opt out' list # that's more typical for FreeBSD. The opt-in list should be relative to the top level # directory (so a bunch of lines starting with src). We import src/$ARCH/foo into -# sys/contrib/dts/$ARCH/foo with the goal being to use as many of these files as possible +# sys/gnu/dts/$ARCH/foo with the goal being to use as many of these files as possible # unmodified for FreeBSD. This isn't always possible, but there are workarounds. # # This script should take care of all that the first time... @@ -21,4 +21,4 @@ s=svn+ssh://svn.freebsd.org/base/vendor/device-tree/dist/ args=$(grep -v ^# FreeBSD-list | sed -e"s=^=$s=") -svn cp -m "Initial import of DTS files from Linux" ${args} svn+ssh://svn.freebsd.org/base/head/sys/contrib/dts/arm +svn cp -m "Initial import of DTS files from Linux" ${args} svn+ssh://svn.freebsd.org/base/head/sys/gnu/dts/arm |
