commit | 4c8b286967166cb7ac8db3033692ae89680a445c | [log] [tgz] |
---|---|---|
author | Steve Rae <srae@broadcom.com> | Tue Jun 21 16:43:05 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 24 17:24:37 2016 -0400 |
tree | 65e26133f561098512bd44e988952b0725524c69 | |
parent | 5d2652d7318119c494dd74a7884f05a7c188ccbe [diff] [blame] |
arm: bcm235xx: implement the boot0 hook code Choose the Kconfig boot0 hook option and implement the required code. Signed-off-by: Steve Rae <srae@broadcom.com>
diff --git a/configs/bcm23550_w1d_defconfig b/configs/bcm23550_w1d_defconfig index cd47cd0..0ef4a37 100644 --- a/configs/bcm23550_w1d_defconfig +++ b/configs/bcm23550_w1d_defconfig
@@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_ENABLE_ARM_SOC_BOOT0_HOOK=y CONFIG_TARGET_BCM23550_W1D=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y