aboutsummaryrefslogtreecommitdiff
path: root/util/showdevicetree/showdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/showdevicetree/showdt.c')
-rw-r--r--util/showdevicetree/showdt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/showdevicetree/showdt.c b/util/showdevicetree/showdt.c
index dc4e4d6fa3..4e904a2c87 100644
--- a/util/showdevicetree/showdt.c
+++ b/util/showdevicetree/showdt.c
@@ -165,5 +165,5 @@ main()
* Example: (yank this and paste into M-x compile in emacs)
* or tail -2 showdt.c | head -1 |sh
* or whatever.
- cc -I ../src -I ../src/include -I ../src/arch/armv7/include/ -include build/mainboard/google/snow/static.c showdt.c
+ cc -I ../src -I ../src/include -I ../src/arch/arm/include/ -include build/mainboard/google/snow/static.c showdt.c
*/