Skip to content

Commit

Permalink
Add support for Olimex AM3352-SOM
Browse files Browse the repository at this point in the history
fixes: beagleboard/linux#53

fixes: beagleboard/linux#52
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Dec 9, 2015
1 parent 5c5cb9e commit 8ff4d8e
Show file tree
Hide file tree
Showing 4 changed files with 708 additions and 4 deletions.
13 changes: 13 additions & 0 deletions patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,19 @@ beaglebone () {
cleanup
fi

echo "dir: beaglebone/am335x_olimex_som"
#regenerate="enable"
if [ "x${regenerate}" = "xenable" ] ; then
start_cleanup
fi

${git} "${DIR}/patches/beaglebone/am335x_olimex_som/0001-ARM-dts-Add-support-for-Olimex-AM3352-SOM.patch"

if [ "x${regenerate}" = "xenable" ] ; then
number=1
cleanup
fi

#This has to be last...
echo "dir: beaglebone/dtbs"
#regenerate="enable"
Expand Down
Loading

0 comments on commit 8ff4d8e

Please sign in to comment.