diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-31 10:42:45 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-31 10:42:53 +0200 |
commit | 59324eb3d770ff52ad7a9b8f73a4f992b898e27d (patch) | |
tree | 7258fca4c50476b480422feee21bef22c555492a /target/mips | |
parent | f282f02d17bdb6e5cbfbf745f835c036fb26324d (diff) |
some changes for img-tec and various things
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 4 | ||||
-rw-r--r-- | target/mips/systems/imgtec-ci20 | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 1c35e0b24..db66205bd 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -38,6 +38,10 @@ ifeq ($(ADK_TARGET_SYSTEM_MIKROTIK_RB532),y) @echo 'then install kernel and filesystem via:' @echo 'adkinstall -c -a ${ROOTFSTARBALL}' endif +ifeq ($(ADK_TARGET_SYSTEM_IMGTEC_CI20),y) + @echo "Use following command to install it on SD card:" + @echo "sudo ./scripts/install.sh $(ADK_TARGET_SYSTEM) /dev/sdX $(FW_DIR)/$(ROOTFSTARBALL)" +endif endif ifeq ($(ADK_TARGET_FS),initramfs) targethelp: diff --git a/target/mips/systems/imgtec-ci20 b/target/mips/systems/imgtec-ci20 index 3a91f03f6..82ea79683 100644 --- a/target/mips/systems/imgtec-ci20 +++ b/target/mips/systems/imgtec-ci20 @@ -11,6 +11,7 @@ config ADK_TARGET_SYSTEM_IMGTEC_CI20 select ADK_TARGET_WITH_BLOCK select ADK_TARGET_KERNEL_WITH_COMPRESSION select ADK_TARGET_KERNEL_UIMAGE + select ADK_PACKAGE_U_BOOT select ADK_HOST_BUILD_U_BOOT help Support for Imagination Creator CI20. |