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

2011-06-07 Thread Stefano Babic
On 06/06/2011 05:25 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 -- =

[U-Boot] [PATCH] imx27lite: 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/imx27lite/config.mk |5 - include/configs/imx27lite-common.h |2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) de