u-boot:add uboot file
This commit is contained in:
2736
u-boot/System.map
2736
u-boot/System.map
File diff suppressed because it is too large
Load Diff
@ -46,6 +46,7 @@ CONFIG_USB_DEVICE=y
|
||||
CONFIG_POWER_RK=y
|
||||
CONFIG_RK_CLOCK=y
|
||||
CONFIG_POWER_I2C=y
|
||||
CONFIG_RK1000_TVE=y
|
||||
CONFIG_SYS_MAXARGS=16
|
||||
CONFIG_BMP_16BPP=y
|
||||
CONFIG_SYS_PBSIZE=1024
|
||||
@ -55,6 +56,7 @@ CONFIG_POWER=y
|
||||
CONFIG_OF_LIBFDT=y
|
||||
CONFIG_LMB_RESERVE_SIZE="(SZ_32M + SZ_16M + SZ_8M)"
|
||||
CONFIG_FASTBOOT_LOG_SIZE="(SZ_2M)"
|
||||
CONFIG_RKHDMI_PARAM_ADDR=$(CONFIG_RAM_PHY_END)
|
||||
CONFIG_USBD_PRODUCTID_FASTBOOT=0x0006
|
||||
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
|
||||
CONFIG_BOOTCOMMAND="bootrk"
|
||||
|
||||
@ -517,6 +517,7 @@ deps_config := \
|
||||
board/aristainetos/Kconfig \
|
||||
board/rockchip/rk33xx/Kconfig \
|
||||
arch/arm/cpu/armv8/rk33xx/Kconfig \
|
||||
arch/arm/cpu/armv8/Kconfig \
|
||||
board/rockchip/rk32xx/Kconfig \
|
||||
arch/arm/cpu/armv7/rk32xx/Kconfig \
|
||||
arch/arm/cpu/armv7/zynq/Kconfig \
|
||||
@ -634,7 +635,6 @@ deps_config := \
|
||||
board/ait/cam_enc_4xx/Kconfig \
|
||||
board/enbw/enbw_cmc/Kconfig \
|
||||
arch/arm/cpu/arm926ejs/davinci/Kconfig \
|
||||
arch/arm/cpu/armv8/Kconfig \
|
||||
arch/arm/Kconfig \
|
||||
board/synopsys/axs101/Kconfig \
|
||||
board/synopsys/Kconfig \
|
||||
|
||||
Reference in New Issue
Block a user