diff options
author | John Klug <john.klug@multitech.com> | 2017-05-02 18:15:28 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-06-09 09:09:19 -0500 |
commit | a1d3ae5963cef521815d6dadd327d45dbf1977ec (patch) | |
tree | 5be61bd8832bba425fe48c2c786680b200a2aefc /recipes-bsp/u-boot/u-boot-2016.03/mtcdt/spl.patch | |
parent | edea6dc929f35a24a42dd74ce0bee236a8fe9f56 (diff) | |
download | meta-multitech-a1d3ae5963cef521815d6dadd327d45dbf1977ec.tar.gz meta-multitech-a1d3ae5963cef521815d6dadd327d45dbf1977ec.tar.bz2 meta-multitech-a1d3ae5963cef521815d6dadd327d45dbf1977ec.zip |
u-boot 2016.03 patches. Unfinished.
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 |