]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - doc/README.fdt-control
dm: gpio: print error messages from DT with printf() rather than hiding them behind...
[karo-tx-uboot.git] / doc / README.fdt-control
index 29fd56a815f8086d28e340f030b5a6e6b1755227..2913fcb360c7c7bfdc52446348040bd00669c970 100644 (file)
@@ -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?