Message ID | 1346841501-19822-1-git-send-email-chander.kashyap@linaro.org |
---|---|
State | Accepted |
Headers | show |
ping On 5 September 2012 16:08, Chander Kashyap <chander.kashyap@linaro.org> wrote: > Add PXE support for the Exynos5250. > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> > --- > include/configs/smdk5250.h | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h > index 27dab76..2029ad3 100644 > --- a/include/configs/smdk5250.h > +++ b/include/configs/smdk5250.h > @@ -216,6 +216,12 @@ > #define CONFIG_ENV_SROM_BANK 1 > #endif /*CONFIG_CMD_NET*/ > > +/* Enable PXE Support */ > +#ifdef CONFIG_CMD_NET > +#define CONFIG_CMD_PXE > +#define CONFIG_MENU > +#endif > + > /* Enable devicetree support */ > #define CONFIG_OF_LIBFDT > > -- > 1.7.9.5 >
On 18 September 2012 15:22, Chander Kashyap <chander.kashyap@linaro.org> wrote: > ping > > On 5 September 2012 16:08, Chander Kashyap <chander.kashyap@linaro.org> wrote: >> Add PXE support for the Exynos5250. >> >> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> >> --- >> include/configs/smdk5250.h | 6 ++++++ >> 1 file changed, 6 insertions(+) >> applied to u-boot-samsung. Thanks. Minkyu Kang.
diff --git a/include/configs/smdk5250.h b/include/configs/smdk5250.h index 27dab76..2029ad3 100644 --- a/include/configs/smdk5250.h +++ b/include/configs/smdk5250.h @@ -216,6 +216,12 @@ #define CONFIG_ENV_SROM_BANK 1 #endif /*CONFIG_CMD_NET*/ +/* Enable PXE Support */ +#ifdef CONFIG_CMD_NET +#define CONFIG_CMD_PXE +#define CONFIG_MENU +#endif + /* Enable devicetree support */ #define CONFIG_OF_LIBFDT
Add PXE support for the Exynos5250. Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org> --- include/configs/smdk5250.h | 6 ++++++ 1 file changed, 6 insertions(+)