diff options
author | Simon Glass <sjg@chromium.org> | 2016-05-14 18:49:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-27 15:39:50 -0400 |
commit | 89b199c3d4416e63d025e4927da8d4fde1de8b2a (patch) | |
tree | 278684fe42b9d28b33ab95da42b051c2d131c1c0 /doc/README.fdt-control | |
parent | feee28f7d744fec50f61b4d46d3dfac165316fbc (diff) | |
download | u-boot-89b199c3d4416e63d025e4927da8d4fde1de8b2a.tar.gz |
Remove/update old generic-board documentation and warning
Remove the warning from the Makefile, since boards that do not use generic
board will no longer build. Also update documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andreas Bießmann <andreas@biessmann.org>
Diffstat (limited to 'doc/README.fdt-control')
-rw-r--r-- | doc/README.fdt-control | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/README.fdt-control b/doc/README.fdt-control index 29fd56a815..2913fcb360 100644 --- a/doc/README.fdt-control +++ b/doc/README.fdt-control @@ -33,12 +33,6 @@ the features of each board in the device tree file, and have a single generic source base. To enable this feature, add CONFIG_OF_CONTROL to your board config file. -It is currently supported on ARM, x86 and Microblaze - other architectures -will need to add code to their arch/xxx/lib/board.c file to locate the -FDT. Alternatively you can enable generic board support on your board -(with CONFIG_SYS_GENERIC_BOARD) if this is available (as it is for -PowerPC). For ARM, Tegra and Exynos5 have device trees available for -common devices. What is a Flat Device Tree? |