diff options
author | John Klug <john.klug@multitech.com> | 2017-05-04 10:23:00 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | 15f2347fe74a4aea199f29b6bd7d0cae5e402daa (patch) | |
tree | c02eeb578cfd66cb7c90122bead3ca4aa1da7b25 /recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/spl.patch | |
parent | a1d3ae5963cef521815d6dadd327d45dbf1977ec (diff) | |
download | meta-multitech-15f2347fe74a4aea199f29b6bd7d0cae5e402daa.tar.gz meta-multitech-15f2347fe74a4aea199f29b6bd7d0cae5e402daa.tar.bz2 meta-multitech-15f2347fe74a4aea199f29b6bd7d0cae5e402daa.zip |
Start of u-boot 2016.09.01
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/spl.patch')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/spl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/spl.patch b/recipes-bsp/u-boot/u-boot-2016.09.01/mtcdt/spl.patch new file mode 100644 index 0000000..8c39abf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-2016.09.01/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 |