Message ID | 20200517083257.22191-3-rayagonda.kokatanur@broadcom.com |
---|---|
State | New |
Headers | show |
Series | add elog support for broadcom NS3 soc | expand |
On Sun, 17 May 2020 at 02:33, Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com> wrote: > > From: Vladimir Olovyannikov <vladimir.olovyannikov at broadcom.com> > > Extend Kconfig for the board with board-specific commands selection. > > Signed-off-by: Vladimir Olovyannikov <vladimir.olovyannikov at broadcom.com> > Signed-off-by: Rayagonda Kokatanur <rayagonda.kokatanur at broadcom.com> > --- > board/broadcom/bcmns3/Kconfig | 4 ++++ > 1 file changed, 4 insertions(+) Reviewed-by: Simon Glass <sjg at chromium.org> Please see below > > diff --git a/board/broadcom/bcmns3/Kconfig b/board/broadcom/bcmns3/Kconfig > index 84daad9415..10547f71de 100644 > --- a/board/broadcom/bcmns3/Kconfig > +++ b/board/broadcom/bcmns3/Kconfig > @@ -12,6 +12,10 @@ config SYS_SOC > config SYS_CONFIG_NAME > default "bcm_ns3" > > +config CMD_BCM_EXT_UTILS > + bool "Enable Broadcom-specific u-boot commands" U-Boot What sort of commands? You could add some details here. > + default y > + > config CHIMP_OPTEE > bool "Enable secure ChiMP firmware loading" > depends on OPTEE > -- > 2.17.1 >
diff --git a/board/broadcom/bcmns3/Kconfig b/board/broadcom/bcmns3/Kconfig index 84daad9415..10547f71de 100644 --- a/board/broadcom/bcmns3/Kconfig +++ b/board/broadcom/bcmns3/Kconfig @@ -12,6 +12,10 @@ config SYS_SOC config SYS_CONFIG_NAME default "bcm_ns3" +config CMD_BCM_EXT_UTILS + bool "Enable Broadcom-specific u-boot commands" + default y + config CHIMP_OPTEE bool "Enable secure ChiMP firmware loading" depends on OPTEE