summaryrefslogtreecommitdiff
path: root/target/arm/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-14 10:06:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-14 15:57:27 +0200
commit73233711d313143413f0d1f2efdc7b5e91310016 (patch)
tree4fdcf1af7e330c6f9fad7ae793188cebe52d08e9 /target/arm/Makefile
parentb152ba670eba0293d3d4816f254ec7ef47e4aedb (diff)
add nfsroot support for rpi
Diffstat (limited to 'target/arm/Makefile')
-rw-r--r--target/arm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/arm/Makefile b/target/arm/Makefile
index 51aab4837..df3f1d72f 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -44,10 +44,10 @@ kernel-install:
-n foxg20 $(KERNEL) $(MAKE_TRACE)
ifeq ($(ADK_TARGET_FS),nfsroot)
-imageinstall: kernel-install ${FW_DIR}/${ROOTFSUSERTARBALL}
+imageinstall: ${FW_DIR}/${ROOTFSUSERTARBALL}
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
- @echo 'Type dhcp via u-boot prompt to load kernel'
- @echo 'After that type bootm to load the kernel'
+ @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
+ @echo 'The nfs root tarball is: ${FW_DIR}/${ROOTFSUSERTARBALL}'
endif
ifeq ($(ADK_TARGET_FS),archive)
ifeq ($(ADK_TARGET_SYSTEM_CUBOX_I),y)