Skip to content

Commit

Permalink
update t10
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 21, 2023
1 parent 97dbf55 commit 1aa613c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions include/configs/isvp.h
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,15 @@
*/
#define CONFIG_CMD_NET /* networking support */
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_BOOTD /* bootd */
#define CONFIG_CMD_SAVEENV /* saveenv */

#define CONFIG_CMD_CONSOLE /* coninfo */
#define CONFIG_CMD_ECHO /* echo arguments */
#define CONFIG_CMD_FAT /* FAT support */
#define CONFIG_CMD_EXT2
#define CONFIG_CMD_EXT4
#define CONFIG_CMD_LOADB /* loadb */
#define CONFIG_CMD_LOADS /* loads */
#define CONFIG_CMD_MEMORY /* md mm nm mw cp cmp crc base loop mtest */
Expand All @@ -245,6 +248,16 @@
#define CONFIG_AUTO_COMPLETE
/*#define CONFIG_CMD_I2C*/

/************************ USB CONFIG ***************************/
#define CONFIG_CMD_USB
#ifdef CONFIG_CMD_USB
#define CONFIG_USB_DWC2
#define CONFIG_USB_DWC2_REG_ADDR 0x13500000
#define CONFIG_USB_HOST_ETHER
#define CONFIG_USB_ETHER_ASIX
#define CONFIG_USB_STORAGE
#endif

/*#define CONFIG_AUTO_UPDATE 1*/
#ifdef CONFIG_AUTO_UPDATE
#define CONFIG_CMD_SDUPDATE 1
Expand Down Expand Up @@ -342,6 +355,11 @@

#define CONFIG_SPL_MAX_SIZE (26 * 1024)

#define CONFIG_SPL_LZOP
#ifdef CONFIG_SPL_LZOP
#define CONFIG_DECMP_BUFFER_ADRS 0x80200000
#endif

#ifdef CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_SERIAL_SUPPORT
#endif /* CONFIG_SPL_MMC_SUPPORT */
Expand Down

0 comments on commit 1aa613c

Please sign in to comment.