mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-23 04:34:27 +01:00
This converts the following to Kconfig: CONFIG_CMD_IMMAP Also move this command out of the cmd/ directory since it is PowerPC-specific. Signed-off-by: Simon Glass <sjg@chromium.org>
14 lines
284 B
Text
14 lines
284 B
Text
CONFIG_PPC=y
|
|
CONFIG_MPC5xxx=y
|
|
CONFIG_CMD_IMMAP=y
|
|
CONFIG_TARGET_CANMB=y
|
|
CONFIG_BOOTDELAY=5
|
|
CONFIG_CMD_ASKENV=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_SNTP=y
|
|
CONFIG_CMD_DATE=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_MTD_NOR_FLASH=y
|
|
# CONFIG_PCI is not set
|