diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-03-21 06:47:40 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-03-22 12:16:31 -0400 |
commit | 6b336879954a01fc2222098aaa7e2e667bf6ff31 (patch) | |
tree | fb501610f2900b9248f034ce0aed166a481a3583 /configs/chromebook_samus_defconfig | |
parent | b94fc8518eb60102fbc0fa46a84a43e02e0c0a6e (diff) | |
download | u-boot-imx-6b336879954a01fc2222098aaa7e2e667bf6ff31.zip u-boot-imx-6b336879954a01fc2222098aaa7e2e667bf6ff31.tar.gz u-boot-imx-6b336879954a01fc2222098aaa7e2e667bf6ff31.tar.bz2 |
defconfig: Reorder boards' defconfig files
Some boards' defconfig files are out of order. Clean this up.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/chromebook_samus_defconfig')
-rw-r--r-- | configs/chromebook_samus_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/chromebook_samus_defconfig b/configs/chromebook_samus_defconfig index 448446d..fd1d9ca 100644 --- a/configs/chromebook_samus_defconfig +++ b/configs/chromebook_samus_defconfig @@ -8,14 +8,14 @@ CONFIG_HAVE_MRC=y CONFIG_HAVE_REFCODE=y CONFIG_SMP=y CONFIG_HAVE_VGA_BIOS=y +CONFIG_BOOTSTAGE=y +CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_CPU=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NFS is not set -CONFIG_BOOTSTAGE=y -CONFIG_BOOTSTAGE_REPORT=y CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_TPM=y CONFIG_CMD_TPM_TEST=y |