Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33562
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
mb/facebook/fbg1701: Remove unused Kconfig symbols
Change-Id: Ifc61fd11c9d7a4d192eaae73c5421f643d27d817 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M src/mainboard/facebook/fbg1701/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/33562/1
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 3f45194..b3c589d 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -78,14 +78,6 @@ bool default n
-config BOOTBLOCK_LOC - hex - default 0xFFFF0000 - -config BOOTBLOCK_SIZE - hex - default 0x10000 - config SPI_FLASH_INCLUDE_ALL_DRIVERS bool default n
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
Patch Set 1: Code-Review-1
https://review.coreboot.org/c/coreboot/+/33463 is using these CONFIG values.
Are you aware of any alternatives for these CONFIGs?
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
Patch Set 1:
Patch Set 1: Code-Review-1
https://review.coreboot.org/c/coreboot/+/33463 is using these CONFIG values.
Are you aware of any alternatives for these CONFIGs?
I just did not see them hooked up.
You can fetch the bootblock size and location during runtime?
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
Patch Set 1:
Patch Set 1:
Patch Set 1: Code-Review-1
https://review.coreboot.org/c/coreboot/+/33463 is using these CONFIG values.
Are you aware of any alternatives for these CONFIGs?
I just did not see them hooked up.
You can fetch the bootblock size and location during runtime?
I will check if using CONFIG_C_ENV_BOOTBLOCK_SIZE works fine.
Frans Hendriks has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
Patch Set 1: Code-Review+2
Use of C_ENV_BOOTBLOCK_SIZE works fine. Will update https://review.coreboot.org/c/coreboot/+/33463
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
Patch Set 1: Code-Review+2
Felix Held has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/33562 )
Change subject: mb/facebook/fbg1701: Remove unused Kconfig symbols ......................................................................
mb/facebook/fbg1701: Remove unused Kconfig symbols
Change-Id: Ifc61fd11c9d7a4d192eaae73c5421f643d27d817 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/33562 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Frans Hendriks fhendriks@eltan.com Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/facebook/fbg1701/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Frans Hendriks: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 3f45194..b3c589d 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -78,14 +78,6 @@ bool default n
-config BOOTBLOCK_LOC - hex - default 0xFFFF0000 - -config BOOTBLOCK_SIZE - hex - default 0x10000 - config SPI_FLASH_INCLUDE_ALL_DRIVERS bool default n