diff options
author | John Klug <john.klug@multitech.com> | 2017-05-08 11:45:35 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-05-23 18:13:44 -0500 |
commit | 09d5687f15a614cd928c5f484869b0c58a1e0193 (patch) | |
tree | 4fab5d46ac849cecb1562952c72072b7ca158ade | |
parent | 8350669340879f758f6ab20a356a73d67b091289 (diff) | |
download | meta-multitech-09d5687f15a614cd928c5f484869b0c58a1e0193.tar.gz meta-multitech-09d5687f15a614cd928c5f484869b0c58a1e0193.tar.bz2 meta-multitech-09d5687f15a614cd928c5f484869b0c58a1e0193.zip |
Remove device tree requirement
-rw-r--r-- | recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch b/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch index 75dd42b..726b9bf 100644 --- a/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch +++ b/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch @@ -18,7 +18,7 @@ diff -raNu old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y + -+CONFIG_OF_CONTROL=y ++CONFIG_OF_CONTROL=n +CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_FAT=y +CONFIG_CMD_USB=y |