diff options
| author | Drew Moseley <[email protected]> | 2018-01-07 11:48:06 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-19 15:49:30 -0500 |
| commit | 0d8c1df8d8b2cb7b3d5fe900422c727ea15c24a2 (patch) | |
| tree | 2e467c75fd25450a887ccfcc867dda7247d6bc96 | |
| parent | a47ca2cf67b4e3a91612aca53a5421814c38d1b4 (diff) | |
rpi_0_w: Add configs consistent with RpI3
CONFIG_OF_EMBED in particular is needed to allow the Raspberry Pi
firmware to pass the DTB to U-Boot and on to the kernel.
Signed-off-by: Drew Moseley <[email protected]>
| -rw-r--r-- | configs/rpi_0_w_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig index 9a6d24be22a..12482944af4 100644 --- a/configs/rpi_0_w_defconfig +++ b/configs/rpi_0_w_defconfig @@ -12,14 +12,21 @@ CONFIG_SYS_PROMPT="U-Boot> " CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_OF_EMBED=y +CONFIG_ENV_FAT_INTERFACE="mmc" +CONFIG_ENV_FAT_DEVICE_AND_PART="0:1" +CONFIG_DM_KEYBOARD=y CONFIG_DM_MMC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_BCM2835=y CONFIG_DM_ETH=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_USB_DWC2=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +CONFIG_USB_HOST_ETHER=y +CONFIG_USB_ETHER_SMSC95XX=y CONFIG_DM_VIDEO=y CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 |
