blob: 0fa2a311514b7776631797bb99d0d7f299df04bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: GPL-2.0+
/*
* am335x-bone-common U-Boot Additions
*
* Common u-boot configuration for all BeagleBone variants
*/
#include "am33xx-u-boot.dtsi"
/ {
chosen {
tick-timer = &timer2;
};
};
|