commit | cb4ef5ba3653a60a4b7fcd59bab4c032cd5cc82a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sun Sep 01 15:04:26 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Sep 06 13:09:08 2013 -0400 |
tree | fc47b318a27b2ea757199714ed5ce2722a519c76 | |
parent | e387efbd6535724051364fd78469ef611165e489 [diff] |
config.mk: Delete unnecessary code Currently no makefiles (board-specific config.mk) set the following variables: CONFIG_SPL_TEXT_BASE CONFIG_UBOOT_PAD_TO CONFIG_RESET_VECTOR_ADDRESS CONFIG_TPL_PAD_TO For all target boards using 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 <yamada.m@jp.panasonic.com>