diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch b/recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch new file mode 100644 index 0000000..8c39abf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch @@ -0,0 +1,12 @@ +diff -raNu git.orig/configs/at91sam9x5ek_nandflash_defconfig git/configs/at91sam9x5ek_nandflash_defconfig +--- git.orig/configs/at91sam9x5ek_nandflash_defconfig 2017-05-02 17:52:50.369459785 -0500 ++++ git/configs/at91sam9x5ek_nandflash_defconfig 2017-05-02 17:54:16.855261970 -0500 +@@ -1,7 +1,7 @@ + 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_SYS_PROMPT="U-Boot> " + # CONFIG_CMD_IMI is not set |