[U-Boot] [PATCH] defconfigs: Add a config for AM43xx High Security EVM with QSPI Boot support

Lokesh Vutla lokeshvutla at ti.com
Fri Jan 17 04:41:32 CET 2020



On 08/01/20 4:24 AM, Andrew F. Davis wrote:
> On AM43xx HS devices, QSPI boot is XIP and we use a single stage
> bootloader. Add a defconfig for this.
> 
> Signed-off-by: Andrew F. Davis <afd at ti.com>

This gives the following build warning. Can you fix it and re post?

In file included from arch/arm/mach-omap2/am33xx/board.c:14:
include/ns16550.h:31: warning: "CONFIG_SYS_NS16550_REG_SIZE" redefined
 #define CONFIG_SYS_NS16550_REG_SIZE (-1)

In file included from include/config.h:8,
                 from include/common.h:22,
                 from arch/arm/mach-omap2/am33xx/board.c:10:
include/configs/am43xx_evm.h:19: note: this is the location of the previous
definition
 #define CONFIG_SYS_NS16550_REG_SIZE    (-4)

In file included from drivers/serial/ns16550.c:11:
include/ns16550.h:31: warning: "CONFIG_SYS_NS16550_REG_SIZE" redefined
 #define CONFIG_SYS_NS16550_REG_SIZE (-1)

In file included from include/config.h:8,
                 from include/common.h:22,
                 from drivers/serial/ns16550.c:7:
include/configs/am43xx_evm.h:19: note: this is the location of the previous
definition
 #define CONFIG_SYS_NS16550_REG_SIZE    (-4)

In file included from drivers/serial/serial_omap.c:12:
include/ns16550.h:31: warning: "CONFIG_SYS_NS16550_REG_SIZE" redefined
 #define CONFIG_SYS_NS16550_REG_SIZE (-1)

In file included from include/config.h:8,
                 from include/common.h:22,
                 from drivers/serial/serial_omap.c:9:
include/configs/am43xx_evm.h:19: note: this is the location of the previous
definition
 #define CONFIG_SYS_NS16550_REG_SIZE    (-4)

arch/arm/mach-omap2/config_secure.mk:97: recipe for target
'u-boot_HS_XIP_X-LOADER' failed
make: *** [u-boot_HS_XIP_X-LOADER] Error 1
make: *** Deleting file 'u-boot_HS_XIP_X-LOADER'



Thanks and regards,
Lokesh


More information about the U-Boot mailing list