
Dear John Rigby,
In message 1285775292-15060-5-git-send-email-john.rigby@linaro.org you wrote:
The routines boot_ramdisk_high, boot_get_cmdline and boot_get_kbd are currently enabled by various combinations of CONFIG_M68K, CONFIG_POWERPC and CONFIG_SPARC.
Use CONFIG_<FEATURE> defines instead.
CONFIG_BOOT_RAMDISK_HIGH CONFIG_BOOT_GET_CMDLINE CONFIG_BOOT_GET_KBD
Define these as appropriate in arch/include/asm/config.h files.
No. CONFIG_ means user coinfigurable options; these are not actually configurable on a per-board base by the end user, so CONFIG_SYS_ should be used.
Signed-off-by: John Rigby john.rigby@linaro.org
arch/m68k/include/asm/config.h | 3 +++ arch/powerpc/include/asm/config.h | 3 +++ arch/sparc/include/asm/config.h | 1 + common/cmd_bootm.c | 2 +- common/image.c | 10 ++++++---- include/image.h | 9 ++++++--- 6 files changed, 20 insertions(+), 8 deletions(-)
Also, the new variables need to be documented in the README.
Best regards,
Wolfgang Denk