summaryrefslogtreecommitdiffstats
path: root/board/a9m2410/a9m2410.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/a9m2410/a9m2410.c')
-rw-r--r--board/a9m2410/a9m2410.c15
1 files changed, 15 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.
*/