From 74de8c9a1672be6c41a6815f484b5958f8241af4 Mon Sep 17 00:00:00 2001 From: Jagannadha Sutradharudu Teki Date: Thu, 28 Feb 2013 10:20:18 +0000 Subject: dts/Makefile: Build the user specified dts This patch provides a support to build the user specified dts. Signed-off-by: Jagannadha Sutradharudu Teki Acked-by: Simon Glass --- doc/README.fdt-control | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/README.fdt-control') diff --git a/doc/README.fdt-control b/doc/README.fdt-control index 85bda03..8352835 100644 --- a/doc/README.fdt-control +++ b/doc/README.fdt-control @@ -156,6 +156,14 @@ To use this, put something like this in your board header file: #define CONFIG_EXTRA_ENV_SETTINGS "fdtcontroladdr=10000\0" +Build: + +After board configuration is done, fdt supported u-boot can be build in two ways: +1) build the default dts which is defined from CONFIG_DEFAULT_DEVICE_TREE + $ make +2) build the user specified dts file + $ make DEVICE_TREE= + Limitations ----------- -- cgit v1.1