summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-2016.09.01
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2019-04-04 17:28:38 -0500
committerJohn Klug <john.klug@multitech.com>2019-04-15 12:52:20 -0500
commit6fe2f5b558855dc35133164dc71c9acc5150c457 (patch)
treee52c85f529b2b3fc07c1e716f1b7bd859d9f1f1e /recipes-bsp/u-boot/u-boot-2016.09.01
parent94f07f4b3cae721856df4f7469133be1fdf0850c (diff)
downloadmeta-multitech-atmel-6fe2f5b558855dc35133164dc71c9acc5150c457.tar.gz
meta-multitech-atmel-6fe2f5b558855dc35133164dc71c9acc5150c457.tar.bz2
meta-multitech-atmel-6fe2f5b558855dc35133164dc71c9acc5150c457.zip
Disable USB, which otherwise will use pins PD18-PD20
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2016.09.01')
-rw-r--r--recipes-bsp/u-boot/u-boot-2016.09.01/config.patch18
1 files changed, 13 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2016.09.01/config.patch b/recipes-bsp/u-boot/u-boot-2016.09.01/config.patch
index 3e9c0c2..658fdec 100644
--- a/recipes-bsp/u-boot/u-boot-2016.09.01/config.patch
+++ b/recipes-bsp/u-boot/u-boot-2016.09.01/config.patch
@@ -1,6 +1,6 @@
-diff -raNu old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek_nandflash_defconfig
---- old/configs/at91sam9x5ek_nandflash_defconfig 2016-09-19 17:45:12.000000000 +0300
-+++ new/configs/at91sam9x5ek_nandflash_defconfig 2019-02-08 13:39:19.941473452 +0200
+diff -Naru old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek_nandflash_defconfig
+--- old/configs/at91sam9x5ek_nandflash_defconfig 2019-04-09 18:00:13.342337484 -0500
++++ new/configs/at91sam9x5ek_nandflash_defconfig 2019-04-15 12:06:49.171618119 -0500
@@ -1,9 +1,9 @@
CONFIG_ARM=y
CONFIG_ARCH_AT91=y
@@ -13,7 +13,16 @@ diff -raNu old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="U-Boot> "
CONFIG_CMD_BOOTZ=y
-@@ -23,3 +23,18 @@
+@@ -12,7 +12,7 @@
+ # CONFIG_CMD_FLASH is not set
+ CONFIG_CMD_MMC=y
+ CONFIG_CMD_SF=y
+-CONFIG_CMD_USB=y
++CONFIG_CMD_USB=n
+ # CONFIG_CMD_FPGA is not set
+ # CONFIG_CMD_SETEXPR is not set
+ CONFIG_CMD_DHCP=y
+@@ -23,3 +23,17 @@
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
@@ -21,7 +30,6 @@ diff -raNu old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek
+CONFIG_OF_CONTROL=n
+CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_FAT=y
-+CONFIG_CMD_USB=y
+CONFIG_CMD_NAND=y
+CONFIG_CMD_BOOTZ=y
+CONFIG_CMD_MII=y