summaryrefslogtreecommitdiffstats
path: root/0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch
diff options
context:
space:
mode:
Diffstat (limited to '0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch')
-rw-r--r--0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch b/0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch
deleted file mode 100644
index 9471233..0000000
--- a/0011-am335x_evm-HACK-to-turn-on-BeagleBone-LEDs.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From 49f32a629c69828226995fc6234818b1e206e2c3 Mon Sep 17 00:00:00 2001
-From: Jason Kridner <jdk@ti.com>
-Date: Thu, 4 Apr 2013 07:16:41 +0000
-Subject: [PATCH 11/15] am335x_evm: HACK to turn on BeagleBone LEDs
-
-* This might break non-BeagleBone platforms
----
- include/configs/am335x_evm.h | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
-index 70ace70..37c4b2b 100644
---- a/include/configs/am335x_evm.h
-+++ b/include/configs/am335x_evm.h
-@@ -152,6 +152,7 @@
- #endif
-
- #define CONFIG_BOOTCOMMAND \
-+ "gpio set 53; " \
- "i2c mw 0x24 1 0x3e; " \
- "run findfdt; " \
- "mmc dev 0; if mmc rescan ; then " \
-@@ -163,6 +164,7 @@
- "fi;" \
- "setenv bootpart ${mmcdev}:2;" \
- "mmc dev ${mmcdev}; if mmc rescan; then " \
-+ "gpio set 54; " \
- "echo SD/MMC found on device ${mmcdev};" \
- "if run loadbootenv; then " \
- "echo Loaded environment from ${bootenv};" \
-@@ -172,7 +174,9 @@
- "echo Running uenvcmd ...;" \
- "run uenvcmd;" \
- "fi;" \
-+ "gpio set 55; " \
- "if run loaduimage; then " \
-+ "gpio set 56; " \
- "run loadfdt;" \
- "run mmcboot;" \
- "fi;" \
---
-1.8.3.1
-