m68k: Remove ARCH= references from documentation

When building U-Boot we select the architecture via Kconfig and not ARCH
being passed in via the environment or make cmdline.

While in here, add the doc file to the MAINTAINERS entry for coldfire.

Cc: Huan Wang <alison.wang@nxp.com>
Cc: Angelo Dureghello <angelo@sysam.it>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini 2020-05-26 14:36:53 -04:00
parent 897135809a
commit ee67ec98c8
2 changed files with 4 additions and 3 deletions

View File

@ -590,6 +590,7 @@ M: Angelo Dureghello <angelo@sysam.it>
S: Maintained S: Maintained
T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
F: arch/m68k/ F: arch/m68k/
F: doc/arch/m68k.rst
DFU DFU
M: Lukasz Majewski <lukma@denx.de> M: Lukasz Majewski <lukma@denx.de>

View File

@ -35,7 +35,7 @@ development boards.
Supported CPU families 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. currently supported processor and families.
@ -75,8 +75,8 @@ A bash script similar to the one below may be used:
board=M5475DFE board=M5475DFE
make distclean make distclean
make ARCH=m68k ${board}_defconfig make ${board}_defconfig
make ARCH=m68k KBUILD_VERBOSE=1 make KBUILD_VERBOSE=1
Adopted toolchains Adopted toolchains