Bug 198460 - [PATCH] Remove static DTB for BEAGLEBONE
Summary: [PATCH] Remove static DTB for BEAGLEBONE
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: arm (show other bugs)
Version: CURRENT
Hardware: arm Any
: --- Affects Many People
Assignee: Ian Lepore
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-09 17:01 UTC by Emmanuel Vadot
Modified: 2015-03-10 13:55 UTC (History)
1 user (show)

See Also:


Attachments
remove static dtb (1.15 KB, patch)
2015-03-09 17:01 UTC, Emmanuel Vadot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Emmanuel Vadot 2015-03-09 17:01:26 UTC
Created attachment 154093 [details]
remove static dtb

This patch remove the static dtb compiled in the kernel for BEAGLEBONE and BEAGLEBONE BLACK.
The same kernel config can be used for the two boards.
dtb files are installed in /boot/dtb/ and loaded automatically by u-boot when using the sysutils/u-boot-beaglebone ports.
Comment 1 Ian Lepore freebsd_committer freebsd_triage 2015-03-09 18:32:54 UTC
I have work in progress on this that includes changes essentially identical to the submitted patch; I'll take this one.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-03-09 21:54:56 UTC
A commit references this bug:

Author: ian
Date: Mon Mar  9 21:54:28 UTC 2015
New revision: 279825
URL: https://svnweb.freebsd.org/changeset/base/279825

Log:
  Remove the static DTB config and instead build modules/dtb/am335x.

  Also, remove WITHOUT_MODULES="ahc" which was added long ago to work around
  build problems that have long since been fixed correctly.

  PR:		198460

Changes:
  head/sys/arm/conf/BEAGLEBONE
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2015-03-10 13:55:48 UTC
Committed as 279825.