svn commit: r273047 - in head/sys/arm: conf ti/am335x
Andrew Turner
andrew at FreeBSD.org
Mon Oct 13 16:16:33 UTC 2014
Author: andrew
Date: Mon Oct 13 16:16:32 2014
New Revision: 273047
URL: https://svnweb.freebsd.org/changeset/base/273047
Log:
Remove the need for files.beaglebone and std.beaglebone by moving the one
option they defined into files.am335x.
Deleted:
head/sys/arm/ti/am335x/files.beaglebone
head/sys/arm/ti/am335x/std.beaglebone
Modified:
head/sys/arm/conf/BEAGLEBONE
head/sys/arm/ti/am335x/files.am335x
Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE Mon Oct 13 16:15:32 2014 (r273046)
+++ head/sys/arm/conf/BEAGLEBONE Mon Oct 13 16:16:32 2014 (r273047)
@@ -22,7 +22,7 @@
ident BEAGLEBONE
-include "../ti/am335x/std.beaglebone"
+include "../ti/am335x/std.am335x"
makeoptions WITHOUT_MODULES="ahc"
Modified: head/sys/arm/ti/am335x/files.am335x
==============================================================================
--- head/sys/arm/ti/am335x/files.am335x Mon Oct 13 16:15:32 2014 (r273046)
+++ head/sys/arm/ti/am335x/files.am335x Mon Oct 13 16:16:32 2014 (r273047)
@@ -5,6 +5,7 @@ arm/ti/aintc.c standard
arm/ti/am335x/am335x_dmtimer.c standard
arm/ti/am335x/am335x_lcd.c optional sc
arm/ti/am335x/am335x_lcd_syscons.c optional sc
+arm/ti/am335x/am335x_pmic.c optional am335x_pmic
arm/ti/am335x/am335x_prcm.c standard
arm/ti/am335x/am335x_pwm.c standard
arm/ti/am335x/am335x_scm_padconf.c standard
More information about the svn-src-head
mailing list