ada8b2fb79
- set wandboard to use extlinux.conf by default
26 lines
641 B
Diff
26 lines
641 B
Diff
From ecc20428e97df32c85d07dbadd5ac43d3d7a2977 Mon Sep 17 00:00:00 2001
|
|
From: Jason Kridner <jdk@ti.com>
|
|
Date: Thu, 4 Apr 2013 05:57:00 +0000
|
|
Subject: [PATCH 10/15] am335x_evm: enable gpio command
|
|
|
|
---
|
|
include/configs/am335x_evm.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
|
|
index 941c6fb..70ace70 100644
|
|
--- a/include/configs/am335x_evm.h
|
|
+++ b/include/configs/am335x_evm.h
|
|
@@ -44,7 +44,7 @@
|
|
|
|
/* commands to include */
|
|
#include <config_cmd_default.h>
|
|
-
|
|
+#define CONFIG_CMD_GPIO
|
|
#define CONFIG_CMD_ASKENV
|
|
#define CONFIG_VERSION_VARIABLE
|
|
|
|
--
|
|
1.8.3.1
|
|
|