mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
1163625898
The current reset API implements a method to reset the entire system. In the near future, I'd like to introduce code that implements the device tree reset bindings; i.e. the equivalent of the Linux kernel's reset API. This controls resets to individual HW blocks or external chips with reset signals. It doesn't make sense to merge the two APIs into one since they have different semantic purposes. Resolve the naming conflict by renaming the existing reset API to sysreset instead, so the new reset API can be called just reset. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>
39 lines
793 B
Text
39 lines
793 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_SNAPDRAGON=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="dragonboard410c"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="dragonboard410c => "
|
|
# CONFIG_CMD_IMI is not set
|
|
# CONFIG_CMD_IMLS is not set
|
|
CONFIG_CMD_MEMINFO=y
|
|
CONFIG_CMD_MMC=y
|
|
CONFIG_CMD_USB=y
|
|
CONFIG_CMD_GPIO=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
CONFIG_CMD_PING=y
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_TIMER=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_CLK=y
|
|
CONFIG_MSM_GPIO=y
|
|
CONFIG_PM8916_GPIO=y
|
|
CONFIG_LED=y
|
|
CONFIG_LED_GPIO=y
|
|
CONFIG_SYSRESET=y
|
|
CONFIG_DM_MMC=y
|
|
CONFIG_MSM_SDHCI=y
|
|
CONFIG_DM_PMIC=y
|
|
CONFIG_PMIC_PM8916=y
|
|
CONFIG_MSM_SERIAL=y
|
|
CONFIG_SPMI_MSM=y
|
|
CONFIG_USB=y
|
|
CONFIG_DM_USB=y
|
|
CONFIG_USB_EHCI_HCD=y
|
|
CONFIG_USB_EHCI_MSM=y
|
|
CONFIG_USB_ULPI_VIEWPORT=y
|
|
CONFIG_USB_ULPI=y
|
|
CONFIG_USB_STORAGE=y
|