Message ID | 1358922619-10356-3-git-send-email-rajeshwari.s@samsung.com |
---|---|
State | Superseded |
Headers | show |
Hi All, Kindly ignore this patch as I have forgot to put the version V2. I have corrected the same and resent. Sorry for inconvenience. On Wed, Jan 23, 2013 at 12:00 PM, Rajeshwari Shinde <rajeshwari.s@samsung.com> wrote: > This patch enables gigabyte device for SMDK5250. > > Acked-by: Simon Glass <sjg@chromium.org> > Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com> > --- > Changes in V2: > - None > include/configs/exynos5250-dt.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h > index cabd2f2..a01fb96 100644 > --- a/include/configs/exynos5250-dt.h > +++ b/include/configs/exynos5250-dt.h > @@ -265,6 +265,7 @@ > #define CONFIG_CMD_SF > #define CONFIG_CMD_SPI > #define CONFIG_SPI_FLASH_WINBOND > +#define CONFIG_SPI_FLASH_GIGADEVICE > #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 > #define CONFIG_SF_DEFAULT_SPEED 50000000 > #define EXYNOS5_SPI_NUM_CONTROLLERS 5 > -- > 1.7.4.4 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot
diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h index cabd2f2..a01fb96 100644 --- a/include/configs/exynos5250-dt.h +++ b/include/configs/exynos5250-dt.h @@ -265,6 +265,7 @@ #define CONFIG_CMD_SF #define CONFIG_CMD_SPI #define CONFIG_SPI_FLASH_WINBOND +#define CONFIG_SPI_FLASH_GIGADEVICE #define CONFIG_SF_DEFAULT_MODE SPI_MODE_0 #define CONFIG_SF_DEFAULT_SPEED 50000000 #define EXYNOS5_SPI_NUM_CONTROLLERS 5