u-boot/scripts
Andre Przywara e036a1d227 fdt/sunxi: Remove OF_STDOUT_PATH
OF_STDOUT_PATH was meant to hold the devicetree path to the serial
console, to be put into the linux,stdout-path property of the chosen node.

The only user of that was sunxi, and it was actually wrong for years
there: the paths hardcoded in sunxi_common.h were not matching the DTs,
evident by the leading 0's in nodenames, which have been removed years
ago.

On top of that, "linux,stdout-path" is now deprecated for a while (Linux
commit 2a9d832cc9aae from November 2014), and also all modern DTs
(including those included in U-Boot) carry a "stdout-path" property
already.

So remove the stanza from sunxi_common.h, and, since this was the last
user, also remove the associated bits from the rest of U-Boot.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-02-19 23:29:47 +00:00
..
basic fixdep: fix coding style in previous fix 2020-08-04 23:30:02 -04:00
coccinelle coccinelle: adjust NULL check before free() 2020-04-24 16:40:09 -04:00
dtc libfdt: Check for multiple/invalid root nodes 2021-02-15 22:31:53 -05:00
kconfig kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
.gitignore docproc: Remove 2018-08-03 19:53:54 -04:00
bin2c.c
binutils-version.sh
build-whitelist.sh
build_OID_registry lib: add oid registry utility 2019-12-06 16:44:20 -05:00
check-config.sh scripts/check-config.sh: Add usage() 2018-12-26 18:24:26 -05:00
checkpatch.pl checkpatch: Add warnings for unexpected struct names 2020-12-13 16:51:09 -07:00
checkstack.pl
cleanpatch
coccicheck
config_whitelist.txt fdt/sunxi: Remove OF_STDOUT_PATH 2021-02-19 23:29:47 +00:00
const_structs.checkpatch
coreboot.sed
decodecode
documentation-file-ref-check scripts: add documentation-file-ref-check 2020-04-17 12:32:36 -04:00
gcc-stack-usage.sh
gcc-version.sh
get_default_envs.sh scripts/get_default_envs.sh: preserve order of multiple entries for same variable 2020-05-06 15:12:48 -04:00
get_maintainer.pl
Kbuild.include kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Kconfig.include kconfig: Add scripts/Kconfig.include from v4.19 2020-07-01 10:11:03 -04:00
kernel-doc doc: update Kernel documentation build system 2021-01-27 12:52:57 +01:00
ld-version.sh
Lindent
mailmapper scripts: mailmapper: SPDX license identifier 2018-06-04 11:25:30 -04:00
Makefile docproc: Remove 2018-08-03 19:53:54 -04:00
Makefile.autoconf remove include/config_defaults.h 2020-07-17 10:47:19 -04:00
Makefile.build kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Makefile.clean kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Makefile.extrawarn kbuild: Re-sync DTC flag logic with v4.17 2020-03-16 12:49:09 -04:00
Makefile.host kbuild: cherry-pick kbuild changes from Linux 2020-04-24 16:40:09 -04:00
Makefile.lib Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabled 2020-08-04 23:30:02 -04:00
Makefile.spl sunxi: Use mkimage for SPL boot image generation 2021-01-11 23:19:33 +00:00
Makefile.uncmd_spl dm: gpio: Allow control of GPIO uclass in SPL 2019-12-15 08:52:29 +08:00
mkmakefile
objdiff
setlocalversion scripts/setlocalversion: sync with linux 5.8 2020-08-27 15:55:18 -04:00
show-gnu-make
spelling.txt