diff options
author | Marcin Juszkiewicz <marcin@buglabs.net> | 2009-09-09 10:55:18 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-09 11:26:11 +0200 |
commit | 30c1e63389bb65008f8fec09ff5e12b19609c3e8 (patch) | |
tree | b38cb65a2caba22339a02fc2e9adcc62143f375b /conf/machine/include | |
parent | 3e0e303e7ad1c6e34a446e37c7ba8fcfb3b72125 (diff) |
linux-omap: added support for BeagleBUG extension board
This is initial version of BeagleBUG extension board support. So far
boards are not available for people outside of BugLabs and Texas
Instruments companies.
Patch adds support for few modules but not all of them will build for
OMAP3 - some are still BUG only.
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/omap3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 889e0f6478..c52cbddf18 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r44" +MACHINE_KERNEL_PR = "r45" KERNEL_IMAGETYPE = "uImage" |