summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:03:33 +0200
committerJuergen Beisert <j.beisert@pengutronix.de>2009-07-31 13:24:35 +0200
commit2d8669e8825154ac2ae4ff3b57cd84c552565e40 (patch)
tree259576be5155264b032c0e6876636da81f6e8fd5 /board
parentafd482e833e85970958770fdb391271622d12f6f (diff)
downloadbarebox-2d8669e8825154ac2ae4ff3b57cd84c552565e40.tar.gz
barebox-2d8669e8825154ac2ae4ff3b57cd84c552565e40.tar.xz
Improve documentation by adding build notes to the a9m24x0 CPU cards
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/a9m2410/a9m2410.c15
-rw-r--r--board/a9m2440/a9m2440.c16
2 files changed, 31 insertions, 0 deletions
diff --git a/board/a9m2410/a9m2410.c b/board/a9m2410/a9m2410.c
index bc10241fc6..8d41291b9c 100644
--- a/board/a9m2410/a9m2410.c
+++ b/board/a9m2410/a9m2410.c
@@ -258,4 +258,19 @@ This CPU card is based on a Samsung S3C2410 CPU. The card is shipped with:
- SPI interface
- JTAG interface
+How to get the binary image:
+
+Using the default configuration:
+
+@code
+make ARCH=arm a9m2410_defconfig
+@endcode
+
+Build the binary image:
+
+@code
+make ARCH=arm CROSS_COMPILE=armv4compiler
+@endcode
+
+@note replace the armv4compiler with your ARM v4 cross compiler.
*/
diff --git a/board/a9m2440/a9m2440.c b/board/a9m2440/a9m2440.c
index 43ec75b932..4f52a85b26 100644
--- a/board/a9m2440/a9m2440.c
+++ b/board/a9m2440/a9m2440.c
@@ -235,4 +235,20 @@ This CPU card is based on a Samsung S3C2440 CPU. The card is shipped with:
- SPI interface
- JTAG interface
+How to get the binary image:
+
+Using the default configuration:
+
+@code
+make ARCH=arm a9m2440_defconfig
+@endcode
+
+Build the binary image:
+
+@code
+make ARCH=arm CROSS_COMPILE=armv4compiler
+@endcode
+
+@note replace the armv4compiler with your ARM v4 cross compiler.
+
*/