diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-01-24 09:15:47 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-01-26 15:16:41 +0100 |
commit | 7aa378ec00ddabe0dee39b69e1c0820420289ea9 (patch) | |
tree | 5ef5036a7a17bca947a105c95675082cb2378cb4 /board/boundary | |
parent | 147f8fa3c55451949f90624a091c34f433df1d99 (diff) | |
download | u-boot-7aa378ec00ddabe0dee39b69e1c0820420289ea9.tar.gz |
nitrogen6x: README: Only calling 'make' is enough
No need to pass 'u-boot.imx' as parameter for 'make' because u-boot.imx is
built by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'board/boundary')
-rw-r--r-- | board/boundary/nitrogen6x/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/boundary/nitrogen6x/README b/board/boundary/nitrogen6x/README index 50490931e0..6f449beb4d 100644 --- a/board/boundary/nitrogen6x/README +++ b/board/boundary/nitrogen6x/README @@ -67,7 +67,7 @@ override auto-detection and force activation of the specified panel. To build U-Boot for one of the Nitrogen6x or SabreLite board: make nitrogen6x_config - make u-boot.imx + make Note that 'nitrogen6x' is a placeholder. The complete list of supported board configurations is shown in tha MAINTAINERS file: |