summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorzhang sanshan <sanshan.zhang@nxp.com>2017-05-22 15:17:44 +0800
committerJason Liu <jason.hui.liu@nxp.com>2017-11-03 02:36:58 +0800
commitf791112b5e293f9de20e82a050f1be77f0eda3ae (patch)
treeb59291b73a2c4a35010d85f0a4963b54bde3e247 /common
parent7981feb5774557a41efd9861215966c8f502dfdb (diff)
MA-9409-3 Add base board support for android and android things.
* add board support for android and android things. mx6ul_nxpu_iopb, pico-6ul, pico-imx7d, aquila-6ul reorganize the Kconfig, and fix the redefine issue. * add android configure into configure-while * add a common file mx_android_common.h it will be included by android and android things. defconfig only include ANDROID_THINGS_SUPPORT or ANDROID_SUPPORT * move partition_table_valid into f_fastboot.c. it's a common code. * add invalidate_dcache_range in fixed order. It will have salt invalid issue if we do not add it in order * add display for pico-7d. Change-Id: I6f8a4876c2f8bbd098034d1e3f53033109300bca Signed-off-by: zhang sanshan <sanshan.zhang@nxp.com>
Diffstat (limited to 'common')
-rw-r--r--common/image-android.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/image-android.c b/common/image-android.c
index 05fea0bede..a006120c51 100644
--- a/common/image-android.c
+++ b/common/image-android.c
@@ -87,7 +87,6 @@ int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
strcat(commandline, hdr->cmdline);
}
- printf("Kernel command line: %s\n", commandline);
#ifdef CONFIG_SERIAL_TAG
struct tag_serialnr serialnr;
get_board_serial(&serialnr);