diff options
Diffstat (limited to 'doc/README.fdt-control')
| -rw-r--r-- | doc/README.fdt-control | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/doc/README.fdt-control b/doc/README.fdt-control index 85bda0350..8352835ee 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=<dts-file-name> +  Limitations  ----------- |