mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 00:47:26 +00:00
50662260c4
This function is defined by bootstd so using it precludes using that feature. Use the board_early_init_r() feature instead. Nove the affected code into a new file, so that it is clear that this relates to board init. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
48 lines
1.2 KiB
Text
48 lines
1.2 KiB
Text
CONFIG_X86=y
|
|
CONFIG_NR_DRAM_BANKS=8
|
|
CONFIG_ENV_SIZE=0x1000
|
|
CONFIG_DEFAULT_DEVICE_TREE="efi-x86_app"
|
|
CONFIG_DEBUG_UART_BASE=0x0
|
|
CONFIG_DEBUG_UART_CLOCK=0
|
|
CONFIG_X86_RUN_64BIT=y
|
|
CONFIG_VENDOR_EFI=y
|
|
CONFIG_TARGET_EFI_APP64=y
|
|
CONFIG_DEBUG_UART=y
|
|
CONFIG_FIT=y
|
|
# CONFIG_BOOTSTD is not set
|
|
CONFIG_SHOW_BOOT_PROGRESS=y
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro"
|
|
CONFIG_USE_BOOTCOMMAND=y
|
|
CONFIG_BOOTCOMMAND="ext2load scsi 0:3 01000000 /boot/vmlinuz; zboot 01000000"
|
|
CONFIG_SYS_PBSIZE=532
|
|
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
|
CONFIG_DISPLAY_BOARDINFO_LATE=y
|
|
CONFIG_BOARD_EARLY_INIT_R=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
CONFIG_CMD_PART=y
|
|
# CONFIG_CMD_SCSI is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_TIME=y
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_CMD_EXT4=y
|
|
CONFIG_CMD_EXT4_WRITE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_FS_GENERIC=y
|
|
CONFIG_MAC_PARTITION=y
|
|
CONFIG_ISO_PARTITION=y
|
|
CONFIG_EFI_PARTITION=y
|
|
CONFIG_OF_EMBED=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_USE_BOOTFILE=y
|
|
CONFIG_BOOTFILE="bzImage"
|
|
# CONFIG_NET is not set
|
|
CONFIG_REGMAP=y
|
|
CONFIG_SYSCON=y
|
|
CONFIG_CONSOLE_SCROLL_LINES=5
|
|
CONFIG_CMD_DHRYSTONE=y
|
|
# CONFIG_GZIP is not set
|
|
CONFIG_EFI=y
|
|
CONFIG_EFI_APP_64BIT=y
|