diff options
author | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-16 13:06:02 +0200 |
---|---|---|
committer | Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com> | 2018-07-16 13:06:02 +0200 |
commit | 4799f038742e1f364a1d5fb7368168e578df6fbd (patch) | |
tree | bc89750c81b944b4c7ba105cbf88041bfef35b28 | |
parent | b328ba9d39a9d51da0571e360a18f7fba91f605e (diff) | |
download | u-boot-imx-4799f038742e1f364a1d5fb7368168e578df6fbd.zip u-boot-imx-4799f038742e1f364a1d5fb7368168e578df6fbd.tar.gz u-boot-imx-4799f038742e1f364a1d5fb7368168e578df6fbd.tar.bz2 |
Disabled config auto local version:
igep0046dl igep0046q igep0146
Signed-off-by: Jose Miguel Sanchez Sanabria <jsanabria@iseebcn.com>
-rw-r--r-- | configs/igep0046_imx6dl_2G_defconfig | 2 | ||||
-rw-r--r-- | configs/igep0046_imx6q_2G_defconfig | 2 | ||||
-rw-r--r-- | configs/igep0146_imx6ul_512M_defconfig | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/configs/igep0046_imx6dl_2G_defconfig b/configs/igep0046_imx6dl_2G_defconfig index 7e299d5..ec4c38a 100644 --- a/configs/igep0046_imx6dl_2G_defconfig +++ b/configs/igep0046_imx6dl_2G_defconfig @@ -14,3 +14,5 @@ CONFIG_SPLASH_SCREEN=n CONFIG_DEFAULT_FDT_FILE="imx6dl-igep-base0040rd102.dtb" CONFIG_BASE0040=y CONFIG_HUSH_PARSER=y +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set
\ No newline at end of file diff --git a/configs/igep0046_imx6q_2G_defconfig b/configs/igep0046_imx6q_2G_defconfig index 6d1f75f..de50cc4 100644 --- a/configs/igep0046_imx6q_2G_defconfig +++ b/configs/igep0046_imx6q_2G_defconfig @@ -13,3 +13,5 @@ CONFIG_SPLASH_SCREEN=n CONFIG_DEFAULT_FDT_FILE="imx6q-igep-base0040rd102.dtb" CONFIG_BASE0040=y CONFIG_HUSH_PARSER=y +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set
\ No newline at end of file diff --git a/configs/igep0146_imx6ul_512M_defconfig b/configs/igep0146_imx6ul_512M_defconfig index 96915fe..6b7ef11 100644 --- a/configs/igep0146_imx6ul_512M_defconfig +++ b/configs/igep0146_imx6ul_512M_defconfig @@ -22,3 +22,5 @@ CONFIG_CMD_FS_GENERIC=y CONFIG_CMD_MEMTEST=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set
\ No newline at end of file |