diff options
author | John Klug <john.klug@multitech.com> | 2017-05-04 18:15:19 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | 208ad572b5e0ac35a00f680ef4399635c93471e9 (patch) | |
tree | dced1b2b51d0f3254ae53196143d9e2355a3cf7f /recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch | |
parent | 15f2347fe74a4aea199f29b6bd7d0cae5e402daa (diff) | |
download | meta-multitech-208ad572b5e0ac35a00f680ef4399635c93471e9.tar.gz meta-multitech-208ad572b5e0ac35a00f680ef4399635c93471e9.tar.bz2 meta-multitech-208ad572b5e0ac35a00f680ef4399635c93471e9.zip |
Slowly working through the feature test macros/configs of u-boot 2016.09.01
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 0000000..75dd42b --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/config.patch @@ -0,0 +1,28 @@ +diff -raNu old/configs/at91sam9x5ek_nandflash_defconfig new/configs/at91sam9x5ek_nandflash_defconfig +--- old/configs/at91sam9x5ek_nandflash_defconfig 2017-05-04 14:33:41.143172324 -0500 ++++ new/configs/at91sam9x5ek_nandflash_defconfig 2017-05-04 17:54:27.132377607 -0500 +@@ -1,9 +1,9 @@ + CONFIG_ARM=y + CONFIG_ARCH_AT91=y + CONFIG_TARGET_AT91SAM9X5EK=y +-CONFIG_SPL=y ++CONFIG_SPL=n + CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9X5,SYS_USE_NANDFLASH" +-CONFIG_BOOTDELAY=3 ++CONFIG_BOOTDELAY=0 + CONFIG_HUSH_PARSER=y + CONFIG_SYS_PROMPT="U-Boot> " + CONFIG_CMD_BOOTZ=y +@@ -23,3 +23,12 @@ + CONFIG_USB=y + CONFIG_USB_STORAGE=y + CONFIG_OF_LIBFDT=y ++ ++CONFIG_OF_CONTROL=y ++CONFIG_CMD_TFTPPUT=y ++CONFIG_CMD_FAT=y ++CONFIG_CMD_USB=y ++CONFIG_CMD_NAND=y ++CONFIG_CMD_BOOTZ=y ++CONFIG_CMD_MII=y ++CONFIG_CMD_I2C=y |