diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-03 11:44:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-03 11:44:12 -0400 |
commit | 49c8c91cc69546f7a2017bc0943ef1225a01c72c (patch) | |
tree | f91b7127c7f7c9798f511e786d0b6a3116d79f53 /doc/arch | |
parent | ecd4d99f654f3f7bfb96001891d69c3125e70b69 (diff) | |
parent | 9f8aa0fbee40b66ceeaab06d3a0ce9a7a7d692a7 (diff) |
Merge branch '2020-06-03-misc-bugfixes'
- Update various docs to not have 'ARCH=' in them as that's not part of
how U-Boot builds.
- Add macOS tools-only build to Azure to help catch problems on BSD
hosts with tools.
- Bugfixes from the latest header cleanup around ARCH_DMA_MINALIGN
- Assorted small Kconfig logic/typo corrections
- Add a default hash to FIT images that have their its auto generated.
- Other assorted fixes
Diffstat (limited to 'doc/arch')
-rw-r--r-- | doc/arch/m68k.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst index 34b2593eb8..44e1a5dfa3 100644 --- a/doc/arch/m68k.rst +++ b/doc/arch/m68k.rst @@ -35,7 +35,7 @@ development boards. Supported CPU families ---------------------- -Please "make menuconfig" with ARCH=m68k, or check arch/m68k/cpu to see the +Please "make menuconfig" and select "m68k" or check arch/m68k/cpu to see the currently supported processor and families. @@ -75,8 +75,8 @@ A bash script similar to the one below may be used: board=M5475DFE make distclean - make ARCH=m68k ${board}_defconfig - make ARCH=m68k KBUILD_VERBOSE=1 + make ${board}_defconfig + make KBUILD_VERBOSE=1 Adopted toolchains |