
19 Dec
2010
19 Dec
'10
5:40 a.m.
On Saturday, December 18, 2010 18:14:48 Wolfgang Denk wrote:
Mike Frysinger wrote:
--- /dev/null +++ b/board/bf525-ucr2/config.mk +CONFIG_BFIN_CPU = bf525-0.2
+# Set some default LDR flags based on boot mode. +LDR_FLAGS += $(LDR_FLAGS-$(CONFIG_BFIN_BOOT_MODE))
Can we not move all this into the board config file, and drop the config.mk ?
i dont know what you're referring to. the cpu needs to be available before autoconf.mk is generated, and LDR_FLAGS is a build setting that makes more sense to keep in the build .mk. -mike