From c2240d4dbef98f0bc5f5e99324d1eef8d6e9acdf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Mar 2013 07:20:12 +0000 Subject: Adjust board_r.c for ppc This adds ppc features to the generic post-relocation board init. Signed-off-by: Simon Glass --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 2ff8db1..d41aeb4 100644 --- a/include/common.h +++ b/include/common.h @@ -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 -- cgit v1.1