mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
qca: Enabled mmc partition protection
Enables mmc partition protection based on read-only attribute in GPT on ipq4019 and ip8064 platforms. Change-Id: Ifd459eb2964a056806ce23100a7f205b46fffdb3 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
This commit is contained in:
parent
ff3851d492
commit
319ae005c3
2 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ typedef struct {
|
|||
|
||||
#define QCA_BOOT_PARAMS_ADDR (QCA_KERNEL_START_ADDR + 0x100)
|
||||
#endif
|
||||
#define CONFIG_FLASH_PROTECT
|
||||
|
||||
/* Environment */
|
||||
#define CONFIG_ARCH_CPU_INIT
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@
|
|||
#undef CONFIG_HW_WATCHDOG
|
||||
|
||||
#define CONFIG_SYS_DEVICE_NULLDEV
|
||||
#define CONFIG_FLASH_PROTECT
|
||||
|
||||
/* Environment */
|
||||
#define CONFIG_MSM_PCOMM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue