PKGBUILDs/alarm/uboot-pandaboard/0001-arch-linux-arm-modifications.patch

37 lines
935 B
Diff
Raw Normal View History

2016-03-18 00:52:03 +00:00
From 155254c40177888573014c52c256cc530eb210d1 Mon Sep 17 00:00:00 2001
2014-11-23 07:04:09 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
2016-03-18 00:52:03 +00:00
Date: Wed, 16 Mar 2016 20:06:42 -0600
2016-01-18 23:26:53 +00:00
Subject: [PATCH] arch linux arm modifications
2014-11-23 07:04:09 +00:00
---
2016-03-18 00:52:03 +00:00
include/configs/ti_omap4_common.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
2014-11-23 07:04:09 +00:00
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
2016-03-18 00:52:03 +00:00
index 8b6c065..03d9e7a 100644
2014-11-23 07:04:09 +00:00
--- a/include/configs/ti_omap4_common.h
+++ b/include/configs/ti_omap4_common.h
2016-03-18 00:52:03 +00:00
@@ -12,6 +12,8 @@
#ifndef __CONFIG_TI_OMAP4_COMMON_H
#define __CONFIG_TI_OMAP4_COMMON_H
2014-11-23 07:04:09 +00:00
+#define CONFIG_IDENT_STRING " Arch Linux ARM"
+
/*
2016-03-18 00:52:03 +00:00
* High Level Configuration Options
2014-11-23 07:04:09 +00:00
*/
2016-03-18 00:52:03 +00:00
@@ -96,9 +98,8 @@
2014-11-23 07:04:09 +00:00
2016-03-18 00:52:03 +00:00
#define BOOT_TARGET_DEVICES(func) \
func(MMC, mmc, 0) \
- func(LEGACY_MMC, legacy_mmc, 0) \
func(MMC, mmc, 1) \
- func(LEGACY_MMC, legacy_mmc, 1) \
+ func(USB, usb, 0) \
func(PXE, pxe, na) \
func(DHCP, dhcp, na)
2015-06-08 00:01:14 +00:00
2014-11-23 07:04:09 +00:00
--
2016-03-18 00:52:03 +00:00
2.7.3
2014-11-23 07:04:09 +00:00