ppc: qemu: Drop CONFIG_OF_BOARD_SETUP
ft_board_setup() is now empty. Drop it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
8ee401670a
commit
3fc735d4a5
|
|
@ -173,13 +173,6 @@ static uint64_t get_linear_ram_size(void)
|
||||||
panic("Couldn't determine RAM size");
|
panic("Couldn't determine RAM size");
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(CONFIG_OF_BOARD_SETUP)
|
|
||||||
int ft_board_setup(void *blob, struct bd_info *bd)
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
phys_size_t fixed_sdram(void)
|
phys_size_t fixed_sdram(void)
|
||||||
{
|
{
|
||||||
return get_linear_ram_size();
|
return get_linear_ram_size();
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ CONFIG_MPC85xx=y
|
||||||
CONFIG_TARGET_QEMU_PPCE500=y
|
CONFIG_TARGET_QEMU_PPCE500=y
|
||||||
CONFIG_FIT=y
|
CONFIG_FIT=y
|
||||||
CONFIG_FIT_VERBOSE=y
|
CONFIG_FIT_VERBOSE=y
|
||||||
CONFIG_OF_BOARD_SETUP=y
|
|
||||||
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
||||||
CONFIG_BOOTDELAY=1
|
CONFIG_BOOTDELAY=1
|
||||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue