blob: 08df8459827b05c4ef4090d2d0a81e17ed7842eb [file] [log] [blame]
Patrick Delaunay2a57bcb2020-01-13 15:17:40 +01001config CMD_STBOARD
2 bool "stboard - command for OTP board information"
Patrick Delaunay310aa8a2020-01-13 15:17:42 +01003 depends on ARCH_STM32MP
4 default y if TARGET_ST_STM32MP15x
Patrick Delaunay2a57bcb2020-01-13 15:17:40 +01005 help
6 This compile the stboard command to
7 read and write the board in the OTP.
Patrick Delaunayc7d5b8c2020-03-18 09:22:46 +01008
9config DFU_ALT_RAM0
10 string "dfu for ram0"
11 default "uImage ram 0xc2000000 0x2000000;devicetree.dtb ram 0xc4000000 0x100000;uramdisk.image.gz ram 0xc4400000 0x10000000"
12 depends on ARCH_STM32MP && SET_DFU_ALT_INFO
13 help
14 This defines the partitions of ram used to build dfu dynamically.