X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=configs%2Fxilinx-ppc440-generic_defconfig;h=4f814a665037f7ba7d376003705756792968fbd3;hp=de6977307e362f242391b67a8dc02123fa01a520;hb=78d1e1d0a157c8b48ea19be6170b992745d30f38;hpb=181bd9dc61d2da88b78f1c1138a685dae39354d6 diff --git a/configs/xilinx-ppc440-generic_defconfig b/configs/xilinx-ppc440-generic_defconfig index de6977307e..4f814a6650 100644 --- a/configs/xilinx-ppc440-generic_defconfig +++ b/configs/xilinx-ppc440-generic_defconfig @@ -1,9 +1,17 @@ CONFIG_PPC=y CONFIG_4xx=y CONFIG_TARGET_XILINX_PPC440_GENERIC=y +CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc440-generic" +CONFIG_FIT=y +CONFIG_FIT_VERBOSE=y CONFIG_SYS_EXTRA_OPTIONS="SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,BOOT_FROM_XMD=1" -# 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_HUSH_PARSER=y CONFIG_SYS_PROMPT="board:/# " +CONFIG_LOOPW=y +CONFIG_CMD_TFTPPUT=y +CONFIG_CMD_DHCP=y +CONFIG_CMD_PING=y +CONFIG_OF_EMBED=y +CONFIG_NETCONSOLE=y +CONFIG_SYS_NS16550=y +CONFIG_XILINX_UARTLITE=y