~ubuntu-branches/ubuntu/maverick/uboot-imx/maverick

« back to all changes in this revision

Viewing changes to include/fdt_support.h

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2010-01-06 09:28:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100106092825-q8o7x811035syh8k
Tags: 2009.08-0ubuntu1
* move to new upstream (2009.08)
* move to new freescale patchset for the 2009.08 release
* remove README.nios_CONFIG_SYS_NIOS_CPU from debian/docs, 
  this is not shipped upstream anymore
* update 1000_fix_gcc_4.4_compability.patch to apply to the new code
* Makefile target is now mx51_bbg_config, update rules accordingly
* switch everything to to3 (including the binary package)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
static inline void fdt_fixup_dr_usb(void *blob, bd_t *bd) {}
60
60
#endif /* CONFIG_HAS_FSL_DR_USB */
61
61
 
62
 
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC83XX)
 
62
#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC83xx)
63
63
void fdt_fixup_crypto_node(void *blob, int sec_rev);
64
64
#else
65
65
static inline void fdt_fixup_crypto_node(void *blob, int sec_rev) {}