Blame view

configs/tseries_spi_defconfig 533 Bytes
252ed8729   Masahiro Yamada   kconfig: remove m...
1
2
  CONFIG_ARM=y
  CONFIG_TARGET_TSERIES=y
bd328eb38   Joe Hershberger   Clean all defconf...
3
4
  CONFIG_SPL=y
  CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,SPI_BOOT,EMMC_BOOT"
ef0f2f575   Joe Hershberger   Move defaults fro...
5
6
7
8
  # CONFIG_CMD_IMI is not set
  # CONFIG_CMD_IMLS is not set
  # CONFIG_CMD_XIMG is not set
  # CONFIG_CMD_EDITENV is not set
ca05ee9d4   Masahiro Yamada   kconfig: move CON...
9
  # CONFIG_CMD_CRC32 is not set
ef0f2f575   Joe Hershberger   Move defaults fro...
10
11
12
13
14
15
16
  # CONFIG_CMD_LOADB is not set
  # CONFIG_CMD_LOADS is not set
  # CONFIG_CMD_FLASH is not set
  # CONFIG_CMD_FPGA is not set
  # CONFIG_CMD_ITEST is not set
  # CONFIG_CMD_SETEXPR is not set
  # CONFIG_CMD_NFS is not set
c9bb942e2   Joe Hershberger   Move default y co...
17
  CONFIG_SPI_FLASH=y
181bd9dc6   Nikita Kiryanov   kconfig: add conf...
18
  CONFIG_SYS_PROMPT="U-Boot (BuR V2.0)# "