diff options
author | Terry Lv <r65388@freescale.com> | 2012-08-24 13:37:23 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2012-08-24 19:50:24 +0800 |
commit | d5f739dc39bee8229c0ca253f9a1182d433dfc45 (patch) | |
tree | 720e32cd1479e52e88ddab31e87ba07113b9c5c0 /include | |
parent | 439a5e37ab1ac43b55b80df92ffcf05fabc3b3f6 (diff) | |
download | u-boot-imx-d5f739dc39bee8229c0ca253f9a1182d433dfc45.zip u-boot-imx-d5f739dc39bee8229c0ca253f9a1182d433dfc45.tar.gz u-boot-imx-d5f739dc39bee8229c0ca253f9a1182d433dfc45.tar.bz2 |
ENGR00221332: U_BOOT: remove "boot" and "enable" from configs' name
Remove "boot" and "enable" from some configs' name.
Affacted configs:
mx6q_sabreauto_boot_weimnor
mx6q_sabreauto_mfg_enable_weimnor
mx6solo_sabreauto_boot_weimnor
mx6solo_sabreauto_mfg_enable_weimnor
mx6q_sabreauto_mfg_enable_spi-nor
mx6solo_sabreauto_mfg_enable_spi-nor
mx6q_sabreauto_nand_boot
Currently, various u-boot are built in nightlybuild, to make it easier,
we naming u-boot binary name and config as
<soc_name>_<board_type>_<ddr_type>_<boot_device>.
Then it is easier to be parsed, also easier to be maintained in
nightlybuild and u-boot git.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6q_sabreauto_nand.h (renamed from include/configs/mx6q_sabreauto_nand_boot.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_spi-nor_mfg.h (renamed from include/configs/mx6q_sabreauto_mfg_enable_spi-nor.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_weimnor.h (renamed from include/configs/mx6q_sabreauto_boot_weimnor.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_weimnor_mfg.h (renamed from include/configs/mx6q_sabreauto_mfg_enable_weimnor.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_spi-nor_mfg.h (renamed from include/configs/mx6solo_sabreauto_mfg_enable_spi-nor.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_weimnor.h (renamed from include/configs/mx6solo_sabreauto_boot_weimnor.h) | 0 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_weimnor_mfg.h (renamed from include/configs/mx6solo_sabreauto_mfg_enable_weimnor.h) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/include/configs/mx6q_sabreauto_nand_boot.h b/include/configs/mx6q_sabreauto_nand.h index ea85f2f..ea85f2f 100644 --- a/include/configs/mx6q_sabreauto_nand_boot.h +++ b/include/configs/mx6q_sabreauto_nand.h diff --git a/include/configs/mx6q_sabreauto_mfg_enable_spi-nor.h b/include/configs/mx6q_sabreauto_spi-nor_mfg.h index 82b0857..82b0857 100644 --- a/include/configs/mx6q_sabreauto_mfg_enable_spi-nor.h +++ b/include/configs/mx6q_sabreauto_spi-nor_mfg.h diff --git a/include/configs/mx6q_sabreauto_boot_weimnor.h b/include/configs/mx6q_sabreauto_weimnor.h index 8f14369..8f14369 100644 --- a/include/configs/mx6q_sabreauto_boot_weimnor.h +++ b/include/configs/mx6q_sabreauto_weimnor.h diff --git a/include/configs/mx6q_sabreauto_mfg_enable_weimnor.h b/include/configs/mx6q_sabreauto_weimnor_mfg.h index 33690e5..33690e5 100644 --- a/include/configs/mx6q_sabreauto_mfg_enable_weimnor.h +++ b/include/configs/mx6q_sabreauto_weimnor_mfg.h diff --git a/include/configs/mx6solo_sabreauto_mfg_enable_spi-nor.h b/include/configs/mx6solo_sabreauto_spi-nor_mfg.h index 5f53485..5f53485 100644 --- a/include/configs/mx6solo_sabreauto_mfg_enable_spi-nor.h +++ b/include/configs/mx6solo_sabreauto_spi-nor_mfg.h diff --git a/include/configs/mx6solo_sabreauto_boot_weimnor.h b/include/configs/mx6solo_sabreauto_weimnor.h index 1ebed71..1ebed71 100644 --- a/include/configs/mx6solo_sabreauto_boot_weimnor.h +++ b/include/configs/mx6solo_sabreauto_weimnor.h diff --git a/include/configs/mx6solo_sabreauto_mfg_enable_weimnor.h b/include/configs/mx6solo_sabreauto_weimnor_mfg.h index 5fe8788..5fe8788 100644 --- a/include/configs/mx6solo_sabreauto_mfg_enable_weimnor.h +++ b/include/configs/mx6solo_sabreauto_weimnor_mfg.h |