FreeBSD Bugzilla – Attachment 158505 Details for
Bug 201401
[PATCH] sysutils/u-boot-beaglebone
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch_saveenv
patch_u-boot-beaglebone.diff (text/plain), 1.94 KB, created by
Emmanuel Vadot
on 2015-07-07 14:29:56 UTC
(
hide
)
Description:
patch_saveenv
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2015-07-07 14:29:56 UTC
Size:
1.94 KB
patch
obsolete
>diff --git a/sysutils/u-boot-beaglebone/Makefile b/sysutils/u-boot-beaglebone/Makefile >index a5af20b..3e716d0 100644 >--- a/sysutils/u-boot-beaglebone/Makefile >+++ b/sysutils/u-boot-beaglebone/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= u-boot > PORTVERSION= 2014.10 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= ftp://ftp.denx.de/pub/u-boot/ > PKGNAMESUFFIX= -beaglebone >diff --git a/sysutils/u-boot-beaglebone/files/patch-include_configs_am335x__evm.h b/sysutils/u-boot-beaglebone/files/patch-include_configs_am335x__evm.h >index 96c27a6..85d0fb9 100644 >--- a/sysutils/u-boot-beaglebone/files/patch-include_configs_am335x__evm.h >+++ b/sysutils/u-boot-beaglebone/files/patch-include_configs_am335x__evm.h >@@ -1,6 +1,6 @@ >---- include/configs/am335x_evm.h.orig 2014-10-14 08:47:15 UTC >-+++ include/configs/am335x_evm.h >-@@ -479,4 +479,79 @@ >+--- include/configs/am335x_evm.h.orig 2014-10-14 10:47:15.000000000 +0200 >++++ include/configs/am335x_evm.h 2015-07-07 16:16:40.470053553 +0200 >+@@ -479,4 +479,80 @@ > #endif > #endif /* NOR support */ > >@@ -28,7 +28,7 @@ > +#define CONFIG_ENV_IS_IN_FAT > +#define CONFIG_FAT_WRITE > +#define FAT_ENV_INTERFACE "mmc" >-+#define FAT_ENV_DEVICE_AND_PART "0" >++#define FAT_ENV_DEVICE_AND_PART "" > +#define FAT_ENV_FILE "u-boot.env" > +#endif > + >@@ -36,7 +36,8 @@ > +#ifndef CONFIG_SPL_BUILD > +#undef CONFIG_EXTRA_ENV_SETTINGS > +#define CONFIG_EXTRA_ENV_SETTINGS \ >-+ "loadaddr=88000000\0" \ >++ "bootdevice=0\0" \ >++ "loadaddr=88000000\0" \ > + "Fatboot=" \ > + "env exists loaderdev || env set loaderdev ${fatdev}; " \ > + "env exists UserFatboot && run UserFatboot; " \ >@@ -50,7 +51,7 @@ > + "\0" \ > + "Preboot=" \ > + "env exists bootfile || bootfile=ubldr; " \ >-+ "env exists uenv_file || uenv_file=uEnv.txt; " \ >++ "env exists uenv_file || uenv_file=u-boot.env; " \ > + "env exists SetupFdtfile && run SetupFdtfile; " \ > + "env exists SetupFatdev && run SetupFatdev; " \ > + "env exists SetupUenv && run SetupUenv; " \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 201401
: 158505