Re: [U-Boot] [PATCH] config.mk: Delete unnecessary code

2013-08-31 Thread Masahiro Yamada
Hello, Tom. > I could fix it up, but yes, if you can submit a v2 that would make life > easier. Thanks! And you can whack CONFIG_TPL_PAD_TO if not needed > really while at it. I posted v2 which also whacks CONFIG_TPL_PAD_TO. I wanted to refactor CONFIG_SPL_PAD_TO too, so patches were sent as s

Re: [U-Boot] [PATCH] config.mk: Delete unnecessary code

2013-08-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/28/2013 02:19 AM, Masahiro Yamada wrote: > Hello, Tom. > > I noticed this patch does not apply to the current u-boot/master > because commit 3aa29de0 modified the same part. > (BTW, I think CONFIG_TPL_PAD_TO is not necessary either and should be

Re: [U-Boot] [PATCH] config.mk: Delete unnecessary code

2013-08-27 Thread Masahiro Yamada
Hello, Tom. I noticed this patch does not apply to the current u-boot/master because commit 3aa29de0 modified the same part. (BTW, I think CONFIG_TPL_PAD_TO is not necessary either and should be deleted.) Should I need to post version 2 which is rebased on the current master? (if my patch deserve

[U-Boot] [PATCH] config.mk: Delete unnecessary code

2013-07-30 Thread Masahiro Yamada
Currently no makefiles set the following variables: CONFIG_SPL_TEXT_BASE CONFIG_UBOOT_PAD_TO CONFIG_RESET_VECTOR_ADDRESS For all targets which use above macros they are set in header files (include/configs/*.h), so we do not need to set them as CPPFLAGS. Signed-off-by: Masahiro Yamada --- conf