nrhw20: remove spl command
This commit is contained in:
parent
7406ebe7fe
commit
f5664dbb12
|
|
@ -171,7 +171,7 @@
|
||||||
#define CONFIG_USB_MUSB_PIO_ONLY
|
#define CONFIG_USB_MUSB_PIO_ONLY
|
||||||
#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
|
#define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT
|
||||||
#define CONFIG_AM335X_USB0
|
#define CONFIG_AM335X_USB0
|
||||||
#define CONFIG_AM335X_USB0_MODE MUSB_HOST
|
#define CONFIG_AM335X_USB0_MODE MUSB_HOST
|
||||||
|
|
||||||
/* Fastboot */
|
/* Fastboot */
|
||||||
#define CONFIG_USB_FUNCTION_FASTBOOT
|
#define CONFIG_USB_FUNCTION_FASTBOOT
|
||||||
|
|
@ -279,19 +279,18 @@
|
||||||
|
|
||||||
#define CONFIG_CMD_PXE
|
#define CONFIG_CMD_PXE
|
||||||
|
|
||||||
|
/* SPL command is not needed */
|
||||||
|
#undef CONFIG_CMD_SPL
|
||||||
|
|
||||||
/* Never enable ISO it is broken and can lead to a crash */
|
/* Never enable ISO it is broken and can lead to a crash */
|
||||||
#undef CONFIG_ISO_PARTITION
|
#undef CONFIG_ISO_PARTITION
|
||||||
|
|
||||||
|
|
||||||
/* TODO: Switch Support */
|
/* TODO: Switch Support */
|
||||||
#define CONFIG_MV88E60XX_SWITCH
|
#define CONFIG_MV88E60XX_SWITCH
|
||||||
#define CONFIG_MV88E60XX_PHY_PORTS 0x0F
|
#define CONFIG_MV88E60XX_PHY_PORTS 0x0F
|
||||||
#define CONFIG_MV88E60XX_CPU_PORT 5
|
#define CONFIG_MV88E60XX_CPU_PORT 5
|
||||||
|
|
||||||
/* TODO: RTC Bug -> Breaks boot... */
|
|
||||||
/*#define CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSC*/
|
|
||||||
|
|
||||||
|
|
||||||
/*CONFIG_DM_PCA953X*/
|
|
||||||
#define CONFIG_PCA953X
|
#define CONFIG_PCA953X
|
||||||
#define CONFIG_SYS_I2C_PCA953X_BUS 2
|
#define CONFIG_SYS_I2C_PCA953X_BUS 2
|
||||||
#define CONFIG_SYS_I2C_PCA953X_ADDR 0x74
|
#define CONFIG_SYS_I2C_PCA953X_ADDR 0x74
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue