mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
alarm/uboot-pandaboard to 2017.01-1
This commit is contained in:
parent
ba988e764e
commit
85a9200ca2
2 changed files with 14 additions and 16 deletions
alarm/uboot-pandaboard
|
@ -1,4 +1,4 @@
|
|||
From 8c0c87b338851e3085951b5be47f9ffd96dbac71 Mon Sep 17 00:00:00 2001
|
||||
From 594e6b23a430d13922f438d955030ceacfcc6833 Mon Sep 17 00:00:00 2001
|
||||
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
Date: Wed, 16 Mar 2016 20:06:42 -0600
|
||||
Subject: [PATCH] arch linux arm modifications
|
||||
|
@ -9,34 +9,32 @@ Subject: [PATCH] arch linux arm modifications
|
|||
2 files changed, 7 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig
|
||||
index a5fbf9a..6a2da38 100644
|
||||
index 8d9024854e..e1e9d00fe6 100644
|
||||
--- a/configs/omap4_panda_defconfig
|
||||
+++ b/configs/omap4_panda_defconfig
|
||||
@@ -10,6 +10,10 @@ CONFIG_VERSION_VARIABLE=y
|
||||
@@ -10,6 +10,10 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
CONFIG_VERSION_VARIABLE=y
|
||||
CONFIG_SPL=y
|
||||
CONFIG_SPL_OS_BOOT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
+CONFIG_AUTOBOOT_KEYED=y
|
||||
+CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"
|
||||
+CONFIG_AUTOBOOT_DELAY_STR="d"
|
||||
+CONFIG_AUTOBOOT_STOP_STR=" "
|
||||
CONFIG_CMD_BOOTZ=y
|
||||
# CONFIG_CMD_IMLS is not set
|
||||
CONFIG_CMD_ASKENV=y
|
||||
@@ -26,10 +30,10 @@ CONFIG_CMD_MII=y
|
||||
CONFIG_CMD_PING=y
|
||||
CONFIG_CMD_EXT2=y
|
||||
CONFIG_CMD_EXT4=y
|
||||
# CONFIG_CMD_FLASH is not set
|
||||
@@ -20,8 +24,8 @@ CONFIG_CMD_USB=y
|
||||
CONFIG_CMD_GPIO=y
|
||||
# CONFIG_CMD_SETEXPR is not set
|
||||
# CONFIG_CMD_NFS is not set
|
||||
-CONFIG_CMD_EXT4_WRITE=y
|
||||
CONFIG_CMD_FAT=y
|
||||
CONFIG_CMD_FS_GENERIC=y
|
||||
CONFIG_SYS_NS16550=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
+CONFIG_IDENT_STRING=" Arch Linux ARM"
|
||||
diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h
|
||||
index 3d2992f..a1dd6e1 100644
|
||||
index 8e0f9eb964..e718686580 100644
|
||||
--- a/include/configs/ti_omap4_common.h
|
||||
+++ b/include/configs/ti_omap4_common.h
|
||||
@@ -42,7 +42,7 @@
|
||||
|
@ -60,5 +58,5 @@ index 3d2992f..a1dd6e1 100644
|
|||
func(DHCP, dhcp, na)
|
||||
|
||||
--
|
||||
2.10.2
|
||||
2.11.0
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
buildarch=4
|
||||
|
||||
pkgname=uboot-pandaboard
|
||||
pkgver=2016.11
|
||||
pkgver=2017.01
|
||||
pkgrel=1
|
||||
pkgdesc="U-Boot for Pandaboard and Pandaboard ES"
|
||||
arch=('armv7h')
|
||||
|
@ -17,8 +17,8 @@ source=("ftp://ftp.denx.de/pub/u-boot/u-boot-${pkgver/rc/-rc}.tar.bz2"
|
|||
'0001-arch-linux-arm-modifications.patch'
|
||||
'boot.txt'
|
||||
'mkscr')
|
||||
md5sums=('ca1f6e019d08aff8d0ca1beb2e66737d'
|
||||
'97e6355ce22648559fdcf61a99a8a5cf'
|
||||
md5sums=('ad2d82d5b4fa548b2b95bbc26c9bad79'
|
||||
'3ebdda3d4c68476fb9e04e8dcdbcd913'
|
||||
'4908cf55626f1109276f14111b11117d'
|
||||
'021623a04afd29ac3f368977140cfbfd')
|
||||
|
||||
|
|
Loading…
Reference in a new issue