mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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:
parent
e4fef6cfcc
commit
c2240d4dbe
3 changed files with 485 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue