diff mbox

[v4,3/4] beaglebone: add am33x-cm3 to the build

Message ID 1368562193-26149-4-git-send-email-anders@chargestorm.se
State Accepted
Headers show

Commit Message

Anders Darander May 14, 2013, 8:09 p.m. UTC
Add the FW needed for the Cortex M3 on the beaglebone. This is required for
a working power management.

Signed-off-by: Anders Darander <anders@chargestorm.se>
---
 configs/beaglebone_defconfig |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 14, 2013, 8:50 p.m. UTC | #1
>>>>> "Anders" == Anders Darander <anders@chargestorm.se> writes:

 Anders> Add the FW needed for the Cortex M3 on the beaglebone. This is required for
 Anders> a working power management.

Committed to next, thanks.
diff mbox

Patch

diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 38a63a1..a141320 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -11,6 +11,7 @@  BR2_TARGET_GENERIC_GETTY_PORT="ttyO0"
 # BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW is not set
 
 # filesystem
+BR2_PACKAGE_AM33X_CM3=y
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set