2016-10-22 18:25:42 +00:00
|
|
|
From d3e9ed9d66d16bd9beb17f9ab7970499ef039adb Mon Sep 17 00:00:00 2001
|
2015-06-27 22:27:35 +00:00
|
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
Date: Sat, 27 Jun 2015 12:37:40 -0600
|
|
|
|
Subject: [PATCH] arch linux arm modifications
|
|
|
|
|
|
|
|
---
|
2016-07-19 00:55:01 +00:00
|
|
|
include/configs/usbarmory.h | 2 ++
|
|
|
|
1 file changed, 2 insertions(+)
|
2015-06-27 22:27:35 +00:00
|
|
|
|
|
|
|
diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h
|
2016-10-22 18:25:42 +00:00
|
|
|
index 23092db..995532a 100644
|
2015-06-27 22:27:35 +00:00
|
|
|
--- a/include/configs/usbarmory.h
|
|
|
|
+++ b/include/configs/usbarmory.h
|
2016-10-22 18:25:42 +00:00
|
|
|
@@ -23,6 +23,8 @@
|
2015-06-27 22:27:35 +00:00
|
|
|
|
|
|
|
#include <config_distro_defaults.h>
|
|
|
|
|
|
|
|
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
|
|
|
+
|
2016-07-19 00:55:01 +00:00
|
|
|
/* U-Boot environment */
|
2016-10-22 18:25:42 +00:00
|
|
|
#define CONFIG_ENV_OFFSET (6 * 64 * 1024)
|
|
|
|
#define CONFIG_ENV_SIZE (8 * 1024)
|
2015-06-27 22:27:35 +00:00
|
|
|
--
|
2016-10-22 18:25:42 +00:00
|
|
|
2.10.0
|
2015-06-27 22:27:35 +00:00
|
|
|
|