Adjust board_r.c for ppc

This adds ppc features to the generic post-relocation board init.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2013-03-14 07:20:12 +00:00 committed by Tom Rini
parent e4fef6cfcc
commit c2240d4dbe
3 changed files with 485 additions and 3 deletions

View file

@ -312,6 +312,7 @@ int mac_read_from_eeprom(void);
extern u8 _binary_dt_dtb_start[]; /* embedded device tree blob */
int set_cpu_clk_info(void);
int print_cpuinfo(void);
int update_flash_size(int flash_size);
/**
* Show the DRAM size in a board-specific way