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/xilinx-ppc405-generic_defconfig | |
parent | b94fc8518eb60102fbc0fa46a84a43e02e0c0a6e (diff) | |
download | u-boot-6b336879954a01fc2222098aaa7e2e667bf6ff31.tar.gz |
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/xilinx-ppc405-generic_defconfig')
-rw-r--r-- | configs/xilinx-ppc405-generic_defconfig | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/configs/xilinx-ppc405-generic_defconfig b/configs/xilinx-ppc405-generic_defconfig index 85bc3b97ff..2008a8d793 100644 --- a/configs/xilinx-ppc405-generic_defconfig +++ b/configs/xilinx-ppc405-generic_defconfig @@ -1,17 +1,15 @@ CONFIG_PPC=y CONFIG_4xx=y CONFIG_TARGET_XILINX_PPC405_GENERIC=y +CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc405-generic" +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000" CONFIG_SYS_PROMPT="xlx-ppc405:/# " # CONFIG_CMD_IMLS is not set # CONFIG_CMD_SETEXPR is not set # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set -CONFIG_SYS_MALLOC_SIMPLE=y -CONFIG_XILINX_UARTLITE=y -CONFIG_SYS_NS16550=y CONFIG_OF_EMBED=y -CONFIG_OF_CONTROL=y -CONFIG_FIT=y -CONFIG_FIT_VERBOSE=y -CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc405-generic" +CONFIG_SYS_NS16550=y +CONFIG_XILINX_UARTLITE=y |