Re: [U-Boot] [PATCH] imx31_litekit: Remove local config.mk

2011-06-07 Thread Stefano Babic
On 06/06/2011 03:13 PM, Fabio Estevam wrote: > Local board config.mk should be avoided. > > Place CONFIG_SYS_TEXT_BASE definition into the board config file instead. > > Signed-off-by: Fabio Estevam Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [PATCH] imx31_litekit: Remove local config.mk

2011-06-06 Thread Stefano Babic
On 06/06/2011 03:13 PM, Fabio Estevam wrote: > Local board config.mk should be avoided. > > Place CONFIG_SYS_TEXT_BASE definition into the board config file instead. > > Signed-off-by: Fabio Estevam > --- Thanks for fixing this issue, too. Acked-by: Stefano Babic Regards, Stefano -- ==

[U-Boot] [PATCH] imx31_litekit: Remove local config.mk

2011-06-06 Thread Fabio Estevam
Local board config.mk should be avoided. Place CONFIG_SYS_TEXT_BASE definition into the board config file instead. Signed-off-by: Fabio Estevam --- board/logicpd/imx31_litekit/config.mk |1 - include/configs/imx31_litekit.h |2 ++ 2 files changed, 2 insertions(+), 1 deletions(-)