X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=arch%2Fm68k%2Finclude%2Fasm%2Fbootinfo.h;h=81c91af8ec6c0e80a4339e4123f7126ae945e4ec;hb=ad7418551bff251d11360228273e6f77cb749a9d;hp=8e213267f8e7165054c35f9d81dab22481467fa4;hpb=c48cdd23ea5006c377b670bc3056fa7b63f92574;p=deliverable%2Flinux.git diff --git a/arch/m68k/include/asm/bootinfo.h b/arch/m68k/include/asm/bootinfo.h index 8e213267f8e7..81c91af8ec6c 100644 --- a/arch/m68k/include/asm/bootinfo.h +++ b/arch/m68k/include/asm/bootinfo.h @@ -22,6 +22,12 @@ extern void save_bootinfo(const struct bi_record *bi); static inline void save_bootinfo(const struct bi_record *bi) {} #endif +#ifdef CONFIG_UBOOT +void process_uboot_commandline(char *commandp, int size); +#else +static inline void process_uboot_commandline(char *commandp, int size) {} +#endif + #endif /* __ASSEMBLY__ */