X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fpengwyn.h;h=cdfaf7c912386245129d7bfe3c4421c7425003d9;hb=83f1c2ef30072c0672bc81cef9e7ee557c7ee61b;hp=3409fe9e8cf19f9d4478c0f10f34dcfa9c58bef3;hpb=256fe86b600f6664d82d15f57fe3c653ba4b9a7a;p=oweals%2Fu-boot.git diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index 3409fe9e8c..cdfaf7c912 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -104,7 +104,6 @@ /* NS16550 Configuration: primary UART via FTDI */ #define CONFIG_SYS_NS16550_COM1 0x44e09000 -#define CONFIG_BAUDRATE 115200 /* I2C Configuration */ #define CONFIG_SYS_I2C_SPEED 100000 @@ -114,12 +113,6 @@ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 /* SPL */ -#define CONFIG_SPL_POWER_SUPPORT -#define CONFIG_SPL_YMODEM_SUPPORT - -/* General network SPL */ -#define CONFIG_SPL_NET_SUPPORT -#define CONFIG_SPL_NET_VCI_STRING "AM335x U-Boot SPL" /* NAND support */ #define CONFIG_CMD_NAND @@ -162,8 +155,6 @@ #define CONFIG_CMD_MTDPARTS -#define CONFIG_CMD_DIAG /* monitor functions : Diagnostics */ - #define MTDIDS_DEFAULT "nand0=omap2-nand.0" /* Size must be a multiple of Nand erase size (524288 b) */ #define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(SPL)," \ @@ -189,7 +180,6 @@ * add mass storage support. */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 @@ -200,7 +190,6 @@ #if defined(CONFIG_SPL_BUILD) /* disable host part of MUSB in SPL */ /* Disable CPSW SPL support so we fit within the 101KiB limit. */ -#undef CONFIG_SPL_ETH_SUPPORT #endif /* CPSW ethernet */ @@ -213,8 +202,7 @@ #define CONFIG_PHY_REALTEK /* CPSW support */ -#define CONFIG_SPL_ETH_SUPPORT -#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/am33xx/u-boot-spl.lds" +#define CONFIG_SPL_LDSCRIPT "arch/arm/mach-omap2/am33xx/u-boot-spl.lds" #endif /* ! __CONFIG_PENGWYN_H */