Skip to content

Commit

Permalink
board: sama5d3_xplained: Fix SPL DTB read from NAND
Browse files Browse the repository at this point in the history
Signed-off-by: Fabien Lehoussel <[email protected]>
  • Loading branch information
FabienLehoussel committed Feb 24, 2020
1 parent 2717319 commit a1986a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/sama5d3_xplained_nandflash_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ CONFIG_BOOTDELAY=3
CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="console=ttyS0,115200 earlyprintk mtdparts=atmel_nand:256k(bootstrap)ro,768k(uboot)ro,256K(env_redundant),256k(env),512k(dtb),6M(kernel)ro,-(rootfs) rootfstype=ubifs ubi.mtd=6 root=ubi0:rootfs"
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y
Expand Down

0 comments on commit a1986a8

Please sign in to comment.