diff options
Diffstat (limited to 'platforms/bananaPro/patch')
3 files changed, 3 insertions, 14 deletions
diff --git a/platforms/bananaPro/patch/bananapro_ b/platforms/bananaPro/patch/bananapro_ deleted file mode 100644 index 835770b..0000000 --- a/platforms/bananaPro/patch/bananapro_ +++ /dev/null @@ -1,11 +0,0 @@ ---- ./.config 2020-09-08 13:37:29.571109115 +0200 -+++ ./.config 2020-09-08 13:37:45.608244905 +0200 -@@ -377,7 +377,7 @@ - # CONFIG_SATA_BOOT is not set - # CONFIG_SD_BOOT is not set - # CONFIG_SPI_BOOT is not set --CONFIG_BOOTDELAY=2 -+CONFIG_BOOTDELAY=1 - # CONFIG_USE_BOOTARGS is not set - CONFIG_USE_BOOTCOMMAND=y - CONFIG_BOOTCOMMAND="run distro_bootcmd" diff --git a/platforms/bananaPro/patch/bananapro_1_Disable_default_distro.patch b/platforms/bananaPro/patch/bananapro_1_Disable_default_distro.patch index b3ec429..d4ea349 100644 --- a/platforms/bananaPro/patch/bananapro_1_Disable_default_distro.patch +++ b/platforms/bananaPro/patch/bananapro_1_Disable_default_distro.patch @@ -1,5 +1,5 @@ --- ./.config 2020-09-08 12:42:04.281817323 +0000 -+++ ./.config2 2020-09-08 12:46:12.305263098 +0000 ++++ ./.config 2020-09-08 12:46:12.305263098 +0000 @@ -297,7 +297,7 @@ CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y diff --git a/platforms/bananaPro/patch/bananapro_5_Switch_ENV_From_Fat_to_Ext4.patch b/platforms/bananaPro/patch/bananapro_5_Switch_ENV_From_Fat_to_Ext4.patch index 5a953a1..eb9af02 100644 --- a/platforms/bananaPro/patch/bananapro_5_Switch_ENV_From_Fat_to_Ext4.patch +++ b/platforms/bananaPro/patch/bananapro_5_Switch_ENV_From_Fat_to_Ext4.patch @@ -1,5 +1,5 @@ --- ./.config 2020-09-08 13:05:48.256808776 +0000 -+++ ./.config2 2020-09-08 13:31:43.994905698 +0000 ++++ ./.config 2020-09-08 13:31:43.994905698 +0000 @@ -799,2 +799,2 @@ -CONFIG_ENV_IS_IN_FAT=y -# CONFIG_ENV_IS_IN_EXT4 is not set @@ -11,4 +11,4 @@ -CONFIG_ENV_FAT_FILE="uboot.env" +CONFIG_ENV_EXT4_INTERFACE="mmc" +CONFIG_ENV_EXT4_DEVICE_AND_PART="0:auto" -+CONFIG_ENV_EXT4_FILE="/boot/uboot.env" ++CONFIG_ENV_EXT4_FILE="/boot/u-boot.env" |