mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
34 lines
1 KiB
Diff
34 lines
1 KiB
Diff
|
From cf3d184596e03706f5320a378c2517ad3fe33a34 Mon Sep 17 00:00:00 2001
|
||
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||
|
Date: Tue, 12 Apr 2016 21:08:56 -0600
|
||
|
Subject: [PATCH] arch linux arm modifications
|
||
|
|
||
|
---
|
||
|
include/configs/sunxi-common.h | 3 +--
|
||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
|
||
|
index 8f11eb9..2a22831 100644
|
||
|
--- a/include/configs/sunxi-common.h
|
||
|
+++ b/include/configs/sunxi-common.h
|
||
|
@@ -174,7 +174,7 @@
|
||
|
#define CONFIG_SYS_NO_FLASH
|
||
|
|
||
|
#define CONFIG_SYS_MONITOR_LEN (768 << 10) /* 768 KiB */
|
||
|
-#define CONFIG_IDENT_STRING " Allwinner Technology"
|
||
|
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
|
||
|
#define CONFIG_DISPLAY_BOARDINFO
|
||
|
|
||
|
#define CONFIG_ENV_OFFSET (544 << 10) /* (8 + 24 + 512) KiB */
|
||
|
@@ -518,7 +518,6 @@ extern int soft_i2c_gpio_scl;
|
||
|
CONSOLE_ENV_SETTINGS \
|
||
|
MEM_LAYOUT_ENV_SETTINGS \
|
||
|
DFU_ALT_INFO_RAM \
|
||
|
- "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
|
||
|
"console=ttyS0,115200\0" \
|
||
|
BOOTCMD_SUNXI_COMPAT \
|
||
|
BOOTENV
|
||
|
--
|
||
|
2.7.2
|
||
|
|