Commit e0db1357 authored by Hugo Villeneuve's avatar Hugo Villeneuve Committed by Kevin Hilman

dm355 evm: make structure davinci_nand_partitions static

Signed-off-by: default avatarHugo Villeneuve <hugo@hugovil.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 26ece8e5
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
*/ */
#define NAND_BLOCK_SIZE SZ_128K #define NAND_BLOCK_SIZE SZ_128K
struct mtd_partition davinci_nand_partitions[] = { static struct mtd_partition davinci_nand_partitions[] = {
{ {
/* UBL (a few copies) plus U-Boot */ /* UBL (a few copies) plus U-Boot */
.name = "bootloader", .name = "bootloader",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment