Re: [U-Boot] [PATCH v3 5/7] boot: change some arch ifdefs to feature ifdefs

2010-10-18 Thread Wolfgang Denk
Dear John Rigby, In message <1286999857-13790-6-git-send-email-john.ri...@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_SYS_BOOT_ defines

[U-Boot] [PATCH v3 5/7] boot: change some arch ifdefs to feature ifdefs

2010-10-13 Thread John Rigby
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_SYS_BOOT_ defines instead. CONFIG_SYS_BOOT_RAMDISK_HIGH CONFIG_SYS_BOOT_GET_CMDLINE CONFIG_SYS_BOOT_GET_KBD Define these as