summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2022-11-18 10:45:59 -0600
committerJohn Klug <john.klug@multitech.com>2022-11-18 10:45:59 -0600
commit11e1b9c4483d0aec8ff6631588b6adc04d063b13 (patch)
tree9877a45c934331b936d011a3a71e2de6b6d3d2bb /recipes-bsp
parentd933ad1c2103e8ab5be94ea24fcfe7c28d234e20 (diff)
downloadmeta-multitech-atmel-11e1b9c4483d0aec8ff6631588b6adc04d063b13.tar.gz
meta-multitech-atmel-11e1b9c4483d0aec8ff6631588b6adc04d063b13.tar.bz2
meta-multitech-atmel-11e1b9c4483d0aec8ff6631588b6adc04d063b13.zip
Update mtrv1 patch
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-2016.09.01/mtrv1.patch19
1 files changed, 10 insertions, 9 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2016.09.01/mtrv1.patch b/recipes-bsp/u-boot/u-boot-2016.09.01/mtrv1.patch
index 0616680..46208d5 100644
--- a/recipes-bsp/u-boot/u-boot-2016.09.01/mtrv1.patch
+++ b/recipes-bsp/u-boot/u-boot-2016.09.01/mtrv1.patch
@@ -85,17 +85,18 @@ diff -Naru orig/board/atmel/at91sam9x5ek/at91sam9x5ek.c new/board/atmel/at91sam9
+ return 0;
+}
diff -Naru orig/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek_nandflash_defconfig
---- orig/configs/at91sam9x5ek_nandflash_defconfig 2021-09-16 07:44:32.342787536 -0500
-+++ new/configs/at91sam9x5ek_nandflash_defconfig 2021-09-16 07:48:36.378792455 -0500
-@@ -30,7 +30,7 @@
- CONFIG_CMD_NAND=y
- CONFIG_CMD_BOOTZ=y
- CONFIG_CMD_MII=y
+--- orig/configs/at91sam9x5ek_nandflash_defconfig 2022-11-18 10:42:42.778249577 -0600
++++ new/configs/at91sam9x5ek_nandflash_defconfig 2022-11-18 10:48:03.694242067 -0600
+@@ -315,7 +315,8 @@
+ CONFIG_CMD_MMC=y
+ # CONFIG_CMD_SF is not set
+ # CONFIG_CMD_SPI is not set
-CONFIG_CMD_I2C=y
++# CONFIG_CMD_I2C is not set
+CONFIG_NET_RANDOM_ETHADDR=y
-
- # The config option CONFIG_SILENT_CONSOLE can be used to quiet messages
- # on the console. If the option has been enabled, the output can be
+ CONFIG_CMD_USB=y
+ # CONFIG_CMD_DFU is not set
+ # CONFIG_CMD_USB_MASS_STORAGE is not set
diff -Naru orig/include/configs/at91sam9x5ek.h new/include/configs/at91sam9x5ek.h
--- orig/include/configs/at91sam9x5ek.h 2021-09-16 07:45:26.598788630 -0500
+++ new/include/configs/at91sam9x5ek.h 2021-09-16 07:47:04.478790603 -0500